Routes import issue
Installed solidjs route package, issues when importing "Routes", getting console error:
"Uncaught SyntaxError: ambiguous indirect export: Routes".
Anyone with a idea of what im doing wrong?
6 Replies
What version are you on, as of version 0.10 the Routes is not used any longer if i am not mistaken.
Grabbed the latest yesterday, 1.8.7, i see now that there were an update 12 hours ago.
How would i go by with using routes ? I am following the documentation
Thanks.
solid router doesn't have a 1.8.7 version, that's probably your solid version
@solidjs/router
has had only Route
and Router
since 0.10Alright, thanks! Any idea of where i can read on how to create changes to website url , as the documentation (as a beginner) is faulty?
as in navigating through your app? https://github.com/solidjs/solid-router?tab=readme-ov-file#create-links-to-your-routes
GitHub
GitHub - solidjs/solid-router: A universal router for Solid inspire...
A universal router for Solid inspired by Ember and React Router - GitHub - solidjs/solid-router: A universal router for Solid inspired by Ember and React Router
Thanks a lot! 👍