(state: I18nHydrationState, node: Node | null)
| 347 | } |
| 348 | |
| 349 | function setCurrentNode(state: I18nHydrationState, node: Node | null) { |
| 350 | state.currentNode = node; |
| 351 | } |
| 352 | |
| 353 | /** |
| 354 | * Marks the current RNode as the hydration root for the given |
no outgoing calls
no test coverage detected
searching dependent graphs…