Subcomponents are not rendered #163
pauloklaus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Exposing a component and consuming it in another project is working perfectly.
However, subcomponents used within the exposed component are not rendered.
vite.config.js fragment:
The FeedbackManager vue component:
In the remoteEntry.js file there is no reference to the NewFeedback and FeedbackList components. And in the project that imports them, it's just displaying the
<h1>User feedbacks</h1>
and not displaying errors in the browser console.The vite.config.js file that imports the component:
Did I forget to configure something?
Beta Was this translation helpful? Give feedback.
All reactions