one
Version:
One is a new React Framework that makes Vite serve both native and web.
11 lines (10 loc) • 339 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.js.map