MCPcopy Create free account
hub / github.com/adobe/react-spectrum / onHmrReload

Function onHmrReload

packages/dev/s2-docs/src/client.tsx:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16let 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

Callers

nothing calls this directly

Calls 1

navigateFunction · 0.70

Tested by

no test coverage detected