Routing: Component/UI Element not rendered
Running with the dev server, I have been having a frequent problem with routing. I think it is related to adding new routes but haven't been able to confirm that.
A demo of the problem is here: https://youtu.be/iykA-sMtf3E
I didn't realize my mouse was not being captured so here is what is happening
- Start on home
routes/index.jsx
- Click other buttons (the video is laggy such that it looks like multiple buttons are active at this same time, but this is not the case).
- When returning to /index
the component/ui element is not displayed. (you should see a component with the text /routes/index.jsx
.
- Refresh the entire page. This results in the component/ui element being displayed.
- It is a SolidStart project.
- Due to issue #1286 I have the browser cache disabled.
- I'm using Firefox Developer Edition but the problem occurs in Chrome as well.
- Project was created yesterday using pnpm create solid
2 Replies
GitHub
GitHub - klequis/UIElementNotDisplaying
Contribute to klequis/UIElementNotDisplaying development by creating an account on GitHub.
Additionally,
- sometimes rather than the component not rendering it routes to
routes/[...404].jsx
- I switched to Chrome and am having the same issue.
I'll open an issue for this.