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
With reference to my previous issue: #47
If we run both the application in the DEVELOPMENT ONLY MODE (npm run dev), everything works fine.
BUT, if I change any code in the REMOTE application, then, HOST app application throws hydration errors:
My expectation is: HOST app must be able to display all the changes made in REMOTE app without throwing any HYDRATION errors.
How to handle this in Modern.js in SSR Module Federation?
Am I doing something wrong here?
Please advise. @ScriptedAlchemy
@jkzing @xuchaobei @chenjiahan @targeral @yimingjfe
The text was updated successfully, but these errors were encountered:
modern-js.zip
MY CODE ATTACHED
Sorry, something went wrong.
No branches or pull requests
With reference to my previous issue:
#47
If we run both the application in the DEVELOPMENT ONLY MODE (npm run dev), everything works fine.
BUT, if I change any code in the REMOTE application, then, HOST app application throws hydration errors:
My expectation is:
HOST app must be able to display all the changes made in REMOTE app without throwing any HYDRATION errors.
How to handle this in Modern.js in SSR Module Federation?
Am I doing something wrong here?
Please advise. @ScriptedAlchemy
@jkzing @xuchaobei @chenjiahan @targeral @yimingjfe
The text was updated successfully, but these errors were encountered: