Gord Tranter
Gord Tranter
I'm facing the same issue as part of Stencil JS development which currently includes [email protected]. When will this bug be fixed?
Thanks for the explanation. although it's not what I was hoping to hear. I suppose we'll have to stay at v1. I run the process over a semi-slow VPN connection,...
The `starting-version` would have to move once in a while or else eventually it will become slow again. This isn't just a matter of a repo that's been around for...
Just a guess - but I think because MyRenderer is just a plain class not a `@Component`, it probably doesn't handle JSX objects the same way. You might be able...
I have had success with the following workaround - add an empty `index.ts` file under `src/components/`. I'm using Stencil 1.12.7 and typescript 3.8.3.
> Any updates on this? None of the workarounds work for v 4.7.0 I doubt this will ever be fixed since it was originally filed against Stencil v1. I would...
I'm facing the same issue using a Spring Web application. In my case, when a server `context-path` is not set (i.e. not the default "/") for the Spring application it...
I'm also experiencing this problem in a StencilJS v2 project which has deprecated support for the commonjs workaround by @remailednet. Disappointing that this hasn't been addressed in almost 2-1/2 years....