-
Notifications
You must be signed in to change notification settings - Fork 370
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]: Classic SSR + Rspack not work #4694
Labels
bug
Something isn't working
Comments
This problem only occurs when using Rspack + nested routes + SSR. |
KyrieLii
changed the title
[Bug]: HMR not work when using SSR + Rspack
[Bug]: String SSR + Rspack not work
Oct 26, 2023
jkzing
changed the title
[Bug]: String SSR + Rspack not work
[Bug]: Classic SSR + Rspack not work
Oct 26, 2023
related issue: web-infra-dev/rspack#4476 |
web-infra-dev/rspack#4476 has been resolved in Rspack v0.3.10 @GiveMe-A-Name Can you help to verify this issue? ❤️ |
I tried this before and it is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Details
HMR not work when use SSR + Rspack.
Reproduce link
none
Reproduce Steps
Create a new project by
npx @modern-js/create@latest
:Set server.ssr
true
:Start the project and then change some thing in
src/routes/page.tsx
, but the page not update.The text was updated successfully, but these errors were encountered: