()
| 261 | * @returns boolean |
| 262 | */ |
| 263 | export function isInSkipHydrationBlock(): boolean { |
| 264 | return instructionState.skipHydrationRootTNode !== null; |
| 265 | } |
| 266 | |
| 267 | /** |
| 268 | * Returns true if this is the root TNode of the skip hydration block. |
no outgoing calls
no test coverage detected
searching dependent graphs…