8000
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
Host app: React 18.3 webpack 5.88.2 Remote app: React 18.2 vite 6.2.3
"@module-federation/bridge-react": "^0.11.2", "@module-federation/enhanced": "^0.11.2", "@module-federation/vite": "^1.2.6"
when I upgrade to 0.11.2, console show this waning. What should I do?
Host & Remote app use react 18 ,
npm
System: OS: Windows 11 10.0.22621 CPU: (8) x64 AMD EPYC 9354 32-Core Processor Memory: 1.31 GB / 16.00 GB Binaries: Node: 20.17.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD Browsers: Chrome: 134.0.6998.178 Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.22621.1
The text was updated successfully, but these errors were encountered:
I get the same issue in an app using React Router 7
Sorry, something went wrong.
might be tricky to solve as importing react-dom/client in a app where that doesnt exist will break the build. Will have to look at the options
I have noticed this issue, let me fix it.
@eli-wang-avepoint Can you upgrade to the latest @module-federation/bridge-react version 0.13.1 to test if this issue has been fixed?
@module-federation/bridge-react
No branches or pull requests
Describe the bug
Host app: React 18.3 webpack 5.88.2
Remote app: React 18.2 vite 6.2.3
"@module-federation/bridge-react": "^0.11.2",
"@module-federation/enhanced": "^0.11.2",
"@module-federation/vite": "^1.2.6"
when I upgrade to 0.11.2, console show this waning. What should I do?
Reproduction
Host & Remote app use react 18 ,
Used Package Manager
npm
System Info
Validations
The text was updated successfully, but these errors were encountered: