Replies: 4 comments 2 replies
-
Also I did not find a way to make the children routes works. It looks like the the router matching ignores them (we are using hash to navigate) |
Beta Was this translation helpful? Give feedback.
-
Can you share a repro and I'll see what's up and get ya fixed up? |
Beta Was this translation helpful? Give feedback.
-
Closing, feel free to ping if this is still an issue <3 |
Beta Was this translation helpful? Give feedback.
-
@mateothegreat |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question about using this library for Svelte 5 app without Vite. We freshly migrated our huge project from Svelte 3 to Svelte 5, but for now move from rollup to Vite is impossible.
Our legacy router used a lot of events and is kinda messy because of all the overtime hacks that we desperately need some modern router.
This one work great, but not for use because of import.meta.env. I have tried many hacks, but not successfully. (Our build is complicated)
The main problem looks like is here src/lib/helpers/runtime.ts where import.meta.env is undefined for us....
Would it be possible to fix this for non Vite users please? Simple if on import.meta.env...
Yes I know know there is also some way how to put there custom config but I did not figure it how to... because the initial export already call empty config() so this gives me no time to override the import.meta
Maybe another issue is for non Vite users is cicrular dependecny between runtime.ts and logging.ts, but t his we can ignore on our side....
Maybe I am overlooking something so please any kind of help will be bless for me.
Thanks very much..
Inza
Beta Was this translation helpful? Give feedback.
All reactions