(tNode: TNode)
| 270 | * @returns boolean |
| 271 | */ |
| 272 | export function isSkipHydrationRootTNode(tNode: TNode): boolean { |
| 273 | return instructionState.skipHydrationRootTNode === tNode; |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * Enables directive matching on elements. |
no outgoing calls
no test coverage detected
searching dependent graphs…