Ryan Waskiewicz
Ryan Waskiewicz
Thanks! I'm going to label this to get it into our backlog for the team to refine.
@HansClaasen is correct here (well, in a few ways): > - Currently Stencils compiler is tightly coupled to the following module settings > - These settings can't be changed and...
Hey folks, Please do me a favor and add 👍's to the issue summary to upvote it instead of "+1" style comments. GitHub doesn't give us an easy way to...
Hey @Unluckynerd 👋 Can you please provide a full minimal reproduction case for us? I am unable to reproduce the error with the code snippet provided alone.
Thanks! I can see what's happening now - `MyButton#focus` has a type of `() => Promise`, which is colliding with `HTMLElement` provided by TypeScript's `lib.dom.dts` - `focus(options?: FocusOptions): void;`. Specifically,...
@sean-perkins is correct here. We're going to leave this open so that we can see if there are some better options for improving the error messaging here
Thanks @phhbr! I'm going to label this issue to get it added to the backlog!
Thanks @csisy, I was able to confirm this behavior described in issue summary. I'm going to label this to get it into our backlog for the team to take a...
@Tragio > Is there any news regarding this issue? With more and more browser support, having all this legacy code is a bit unnecessary. This effort is up for consideration...
Related: https://github.com/ionic-team/stencil/issues/5416 (potentially the same)