We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i change some code in App.jsx, I need to manually refresh the browser page. I don't know if this is expected or not?
App.jsx
But I would really like if the browser page refresh automatically if i chnage some code in the source code.
https://github.com/sahilrajput03/learning-solidjs/tree/main/solidjs-myapp
I used the latest version of solidjs to create the project.
> npx degit solidjs/templates/js my-app > cd my-app > npm i # or yarn or pnpm > npm run dev # or yarn or pnpm
from https://www.solidjs.com/guides/getting-started
The browser should reload automatically as it stated by solidjs in the initila component like
Edit src/App.jsx and save to reload.
src/App.jsx
https://imgur.com/a/VXphoE6
No response
The text was updated successfully, but these errors were encountered:
See solidjs/templates#30
Sorry, something went wrong.
@ryansolid please see the linked issue that I mentioned. Apparently the bug only exists in the JS template
Yes, I should have mentioned that I continued to use ts temlate and its working qute superb for me!
No branches or pull requests
Describe the bug
When i change some code in
App.jsx
, I need to manually refresh the browser page. I don't know if this is expected or not?But I would really like if the browser page refresh automatically if i chnage some code in the source code.
Your Example Website or App
https://github.com/sahilrajput03/learning-solidjs/tree/main/solidjs-myapp
Steps to Reproduce the Bug or Issue
I used the latest version of solidjs to create the project.
from https://www.solidjs.com/guides/getting-started
Expected behavior
The browser should reload automatically as it stated by solidjs in the initila component like
Screenshots or Videos
https://imgur.com/a/VXphoE6
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: