Replies: 1 comment
-
Yup, look something due to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the
@snowpack/app-template-svelte
template from Create Snowpack App (CSA) for a project, but routing is not working. The router package I'm using is svelte-spa-router. According to the author, this is an issue with Snowpack.Steps to reproduce:
@snowpack/app-template-svelte
templatenpm install svelte-spa-router
Home.svelte
andTest.svelte
component inroutes
folderApp.svelte
:When you try to navigate pages the components do not load and the console prints the error referenced in the linked issue above.
Beta Was this translation helpful? Give feedback.
All reactions