These are the problems that I have faced yet:
- Integration: I tried integrating Stencil and React as stated on the official Stencil website. It turned out that I have to build my Stencil component before adding it to my App and I need to copy it to the node_modules or else it throws some error in the Polyfills file.
- I can't pass a function or an object as prop from my React App to Stencil component
- It doesn't have any example on setting up react with stencil
Can anybody please help me?