-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug?]: Route does not load when it should #1194
Comments
I just tried your replication repo and the /now route seems to render fine |
Are you sure thats the right project? That looks like solid start beta 1 |
You are right, made mistake. Here is what I see for the project that has error and is solid beta 2: CleanShot.2023-12-28.at.17.05.20.mp4 |
so odd... anything in the console? Whats your node version? |
I mean in the google chrome console |
yeah thats fine. Maybe try incognito window? Remove node modules and reinstall? Thats really all the ideas I have |
I'm guessing some chrome extension interfering somehow |
I've also encountered this, and hard refresh was the solution for me too. So maybe its a HMR issue. |
I had the same problem and running in private-mode solved the issue! |
Duplicates
Latest version
Current behavior 😯
Started with
npm init solid@latest
, using file routes:I have a file route
now.tsx
:But when I run project and go to the route, nothing happens:
Replication code: https://github.com/nikitavoloboev/try/tree/main/solid-start-beta-2
I am trying to migrate my solid start 1 personal website to new version but this is a major blocker.
Expected behavior 🤔
Route renders.
The text was updated successfully, but these errors were encountered: