I'm submitting a bug report
- Library Version:
major.minor.patch-pre
5.72.0
Please tell us about your environment:
14.19.3
- JSPM OR Webpack AND Version
webpack 5.72.0
Current behavior:
When used ModuleFedrationPlugin container to share the component from App1 to App2, translations are not been translated and only Keys are visible in App2 UI
App1 webpack looks like :

App2 webpack looks like:

Components in App2 (from App1) looks like



Expected/desired behavior:
In App2, the shared components should come up with translations and not only key
I even tried adding react-i18next to peerDependencies but it didn't worked
I'm submitting a bug report
major.minor.patch-pre
5.72.0
Please tell us about your environment:
Operating System:
macOs Ventura 13.1
Node Version:
6.2.0
14.19.3
6.14.7
webpack 5.72.0
Browser:
all
Language:
TypeScript X4.6.3
Current behavior:





When used ModuleFedrationPlugin container to share the component from App1 to App2, translations are not been translated and only Keys are visible in App2 UI
App1 webpack looks like :
App2 webpack looks like:
Components in App2 (from App1) looks like
Expected/desired behavior:
In App2, the shared components should come up with translations and not only key
What is the expected behavior?
The shared components should come up with translations and not only key
What is the motivation / use case for changing the behavior?
translationd not coming up
I even tried adding react-i18next to peerDependencies but it didn't worked