does not provide an export named 'Routes'
Uncaught SyntaxError: The requested module '/node_modules/solid-app-router/dist/index.jsx' does not provide an export named 'Routes', any solution?
Hmm.. that's unusual as it's definitely there.
Could it be attempting to pull it into a CJS environment? Some build setups require named exports need to be explicitly set. What bundler are you using?
I am having the same problem. Except, for me it is saying "The requested module '/node_modules/solid-app-router/dist/index.jsx' does not provide an export named 'effect'". I am using Rollup to compile a CJS SSR app.
Closing as stale.. No other reports of this and would need more information or reproduction.