Pinia with microfrontends #1968
Unanswered
dudziema
asked this question in
Help and Questions
Replies: 3 comments
-
are you trying to access state from one apps to another apps? i think thats not possible since pinia only work within an apps |
Beta Was this translation helpful? Give feedback.
0 replies
-
did you fix it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You seem to have multiple instances of the library pinia being used. Make sure vue, pinia, and other libraries are not inlined in your final bundles so they don't get duplicated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How Pinia store should be implemented for microfrontends using ModuleFederationPlugin with webpack? Pinia works separetly in both apps but when I run wrapper with micro frontend inside I have below error and component inside is not rendered:
I tried multiple times but I failed anyway. I need some guidance how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions