(lazyComponent)
| 11994 | return baseProps; |
| 11995 | } |
| 11996 | function readLazyComponentType(lazyComponent) { |
| 11997 | initializeLazyComponentType(lazyComponent); |
| 11998 | |
| 11999 | if (lazyComponent._status !== Resolved) { |
| 12000 | throw lazyComponent._result; |
| 12001 | } |
| 12002 | |
| 12003 | return lazyComponent._result; |
| 12004 | } |
| 12005 | |
| 12006 | var valueCursor = createCursor(null); |
| 12007 | var rendererSigil; |
no test coverage detected