You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the instruction provided on the website https://stenciljs.com/docs/react to integrate Stencil components into the React application.
The bundle with React components exists, it can be used, the dev task of the consumer react application works well.
However, after running the build task, the individual web component files are not included thus web components are not being loaded as seen on the screen below:
I switched to a create-react-app with the default configuration and there everything works fine.