()
| 16 | let updateRoot = hydrate({ |
| 17 | // Intercept HMR window reloads, and do it with RSC instead. |
| 18 | onHmrReload() { |
| 19 | navigate(location.pathname + location.search + location.hash); |
| 20 | } |
| 21 | }); |
| 22 | |
| 23 | // Track the current navigation to prevent race conditions |
nothing calls this directly
no test coverage detected