UNPKG

one

Version:

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

8 lines (7 loc) 338 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.native.js.map