()
| 90 | } |
| 91 | |
| 92 | getChildContext() { |
| 93 | return { |
| 94 | asyncComponentsAncestor: |
| 95 | state.asyncComponents == null |
| 96 | ? null |
| 97 | : { |
| 98 | isBoundary: serverMode === 'boundary', |
| 99 | }, |
| 100 | } |
| 101 | } |
| 102 | |
| 103 | componentWillMount() { |
| 104 | if (this.context.asyncComponents != null) { |
nothing calls this directly
no outgoing calls
no test coverage detected