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
React refresh not work is expected, see pmmmwh/react-refresh-webpack-plugin#249.
But there seems to be something wrong with Silently fails and no full refresh.
Version
Details
RSBuild's lazily loaded children lose the ability to hot reload when additional exports exist in a file that is lazily loaded.
I would expect this to work, or at a minimum a warning/error to be thrown.
Screen.Recording.2024-09-09.at.8.37.22.PM.mov
Reproduce link
https://github.com/MIreland/lazy-loading-rsbuild-bug
Reproduce Steps
pnpm dev
ParentExample.tsx
orChildExample.tsx
and save the file- note that the page does not hot reloadParentExample.tsx
(theexport const THIS_BREAKS_THINGS
).ParentExample.tsx
orChildExample.tsx
- hot reloading works.The text was updated successfully, but these errors were encountered: