UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (5 loc) 322 B
function assertIsReady(navigationRef) { if (!navigationRef.isReady()) throw new Error("Attempted to navigate before mounting the Root Layout component. Ensure the Root Layout component is rendering a Slot, or other navigator on the first render."); } export { assertIsReady }; //# sourceMappingURL=assertIsReady.mjs.map