()
| 117 | * @param isRootView Specifies whether we trying to read hydration info for the root view. |
| 118 | */ |
| 119 | let _retrieveHydrationInfoImpl: typeof retrieveHydrationInfoImpl = () => null; |
| 120 | |
| 121 | export function retrieveHydrationInfoImpl( |
| 122 | rNode: RElement, |
no outgoing calls
no test coverage detected
searching dependent graphs…