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
First of all, thank you for creating this fantastic library!
I’m currently using single-spa with React and encountering an issue with HMR (Hot Module Replacement). While the console logs indicate that HMR is working, the component itself does not update as expected.
I have followed all the troubleshooting steps provided in the troubleshooting guide, but unfortunately, I haven’t had any success so far. Could you please let me know if there are any additional configurations or changes required to make this work?
Thank you in advance for your help!
[webpack-dev-server] App updated. Recompiling...
index.js:577 [webpack-dev-server] App hot update...
log.js:39 [HMR] Checking for updates on the server...
log.js:39 [HMR] Updated modules:
log.js:39 [HMR] - ./src/root.component.tsx
log.js:39 [HMR] App is up to date.
First of all, thank you for creating this fantastic library!
I’m currently using single-spa with React and encountering an issue with HMR (Hot Module Replacement). While the console logs indicate that HMR is working, the component itself does not update as expected.
I have followed all the troubleshooting steps provided in the troubleshooting guide, but unfortunately, I haven’t had any success so far. Could you please let me know if there are any additional configurations or changes required to make this work?
Thank you in advance for your help!
Here is my root component.
These are configs I am using,
webpack.config.ts
babel.config.json
tsconfig.json
The text was updated successfully, but these errors were encountered: