#Stencil version 4 upgrade

1 messages · Page 1 of 1 (latest)

stuck girder
#

Hello, since I upgraded my project to version 4, when I create a new component it is well rendered in stencil. However if I use my created web-component in an angular project it is not well rendered: the html elements inside the web component are not present in DOM.
Do you have any idea what is wrong ?

All my @component have shadow: false and my config has autoDefineCustomElements: true

stuck girder
#

I managed to render my web component by adding
Import {defineCustomElements} from "my-library-stencil/loader"
It works well in Angular app but not in React app.
Can anyone help with this issue?

limpid pivot
#

I also have the same issue that I can't use my angular wrappers anymore with the outputType: "component"

#

it renders always a blank page

#

I have to use the non wrapper version of my stencil lib as a workaround

#

and the angular outputType "standalone" is also bugged and loads all component at once in the page