(type: ReactContext<any>)
| 48 | |
| 49 | class="cm">// Keep in sync with react-reconciler/getComponentNameFromFiber |
| 50 | function getContextName(type: ReactContext<any>) { |
| 51 | return type.displayName || class="st">'Context'; |
| 52 | } |
| 53 | |
| 54 | const REACT_CLIENT_REFERENCE = Symbol.for(class="st">'react.client.reference'); |
| 55 |
no outgoing calls
no test coverage detected