Uncaught ReferenceError: __rf_placeholder__shareScope #159
Replies: 7 comments 18 replies
-
I would like to know which version you are using? This definition has been removed and I suggest you use the latest version |
Beta Was this translation helpful? Give feedback.
-
Also, there are some examples under the repository that may be helpful to you |
Beta Was this translation helpful? Give feedback.
-
@UrielJavier Not sure if that can help in your specific use case, but I had exact same issue and solved it by replacing |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem in the latest version (1.2.2) . Is there a viable solution? |
Beta Was this translation helpful? Give feedback.
-
I encountered this issue while converting the repos (host + remote) to use absolute imports. The remote was fine using the resolve: {
alias: [{ find: '@', replacement: __dirname }],
}, My tsconfig:
|
Beta Was this translation helpful? Give feedback.
-
Hi @ruleeeer , My implementation is based on #481, so I dynamically load the remote. I use v1.3.3 of the vite-plugin-federate but encountered the issue in v1.3.2 too. Any help or advice? |
Beta Was this translation helpful? Give feedback.
-
For what I could investigate, However, And this makes the application break. I'm not sure how this should be addressed, perhaps changing this absolute comparison to Also the following line It does I'm checking if there's any prop that we could pass to |
Beta Was this translation helpful? Give feedback.
-
Hello, again...
The host App has this error:
Uncaught ReferenceError: __rf_placeholder__shareScope is not defined at federation:18:3
I know that im not giving too much information about the case, but maybe some know why this could happen.
Beta Was this translation helpful? Give feedback.
All reactions