Replies: 1 comment
-
@chen2073 You can try to run your host application with |
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
-
I have a host component(Vue3 based) and a remote component(Vue3 based) and my remote component does some data fetching with Pinia as my state management library and renders the data. Remote component itself can renders the data perfectly but when I add it in the host component, the DOM doesn't show anything and instead it gives me a warning: Invalid VNode type: Symbol() (symbol). I tried googling it and it says somehow Vue has been loaded twice in the browser. If that's the case, what should I do?
Here is a quick snippet of my Vite configuration for remote component:
Host component vite config
Beta Was this translation helpful? Give feedback.
All reactions