one
Version:
One is a new React Framework that makes Vite serve both native and web.
9 lines (7 loc) • 379 B
text/typescript
// web counterpart of routeHmr.native.ts. Web route Fast Refresh happens through
// the `one-hmr-update` event (see useScreens' web block), so this is a no-op store
// whose exports let useScreens import `./routeHmr` on either platform.
export const subscribeRouteHmr = (_onStoreChange: () => void): (() => void) => {
return () => {}
}
export const getRouteHmrEpoch = () => 0