one
Version:
One is a new React Framework that makes Vite serve both native and web.
6 lines (5 loc) • 328 B
JavaScript
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