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'm getting a funny routeData error: Uncaught SyntaxError: The requested module '/src/routes/t.tsx?data' does not provide an export named 'routeData' - thing is, that particular module doesn't use any route data, so there's no need for it. I guess I had routeData at one point and then deleted it later. Adding an empty routeData makes the error go away, but that's only a temporary workaround.
The text was updated successfully, but these errors were encountered:
In setting up for SolidStarts next Beta Phase built on Nitro and Vinxi we are closing all PRs/Issues that will not be merged due to the system changing. If you feel your issue was closed in mistake. Feel free to re-open it after updating/testing against 0.4.x release. Thank you for your patience. See #1139 for more details.
I'm getting a funny routeData error:
Uncaught SyntaxError: The requested module '/src/routes/t.tsx?data' does not provide an export named 'routeData'
- thing is, that particular module doesn't use any route data, so there's no need for it. I guess I had routeData at one point and then deleted it later. Adding an empty routeData makes the error go away, but that's only a temporary workaround.The text was updated successfully, but these errors were encountered: