You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new application from the starter repository using npx @roxi/routify@next create myapp, added _module.svelte with a simple layout plus two child pages child1 and child2. Navigating to the children works fine as long as the parent module is not removed using <!-- routify:meta reset --> which raises the error
Uncaught (in promise) Error: couldn't find context for _default_child1_index_md
at handlePageChange (ComposeFragments.svelte? [sm]:44:27)
at $$self.$$.update (ComposeFragments.svelte? [sm]:56:34)
at update (index.mjs:1089:12)
at flush (index.mjs:1060:13)
immediatly after changing the URL to /child1. Reloading the page displays it correctly, but navigating to / fails with a similar error.
Hi there,
I created a new application from the starter repository using
npx @roxi/routify@next create myapp
, added_module.svelte
with a simple layout plus two child pageschild1
andchild2
. Navigating to the children works fine as long as the parent module is not removed using<!-- routify:meta reset -->
which raises the errorimmediatly after changing the URL to
/child1
. Reloading the page displays it correctly, but navigating to/
fails with a similar error.The sample application is available here.
Is this supposed to work or did I miss anything?
Thanks for your support!
David
package.json
version
routify: 3.0.0-next.106
The text was updated successfully, but these errors were encountered: