John Jenkins
John Jenkins
hi @deleonio - I think this PR looks neat, and would be keen to try it out / release it under my stencil fork [stencil-community](https://www.npmjs.com/package/@johnjenkins/stencil-community) < where hard-core stencil users...
To anyone interested, I built out a temporary package of all my recent PRs (and may add some other user's PRs in future too) - just until Stencil becomes more...
hi @rmegaide < you can use my fork if you like (at your own risk), I try to keep it up-to-date with upstream. I use it personally, and, as far...
> Will it be merged any time soon ? I think it's in the core teams' next phase? *fingers crossed*
> HTMLUListElement is supported by both NodeJS ... What do you mean by supported by NodeJS here? Node is an independent js environment detached from a browser, therefore without a...
Hi! Pretty sure Env variables are compile time only. Try assigning to a class property (for example) then logging that
@MarkChrisLevy there is no `defineCustomElements` in the `dist-custom-elements` bundle as all components are in their own separate module. I guess it was a bit of an anti-pattern / only designed...
@roman-telia the team are [working to improve](https://github.com/ionic-team/stencil/blob/v2.11.0-0/CHANGELOG.md) ssr with the `define-custom-elements` output rn. I think they'd really like any feedback about how they can improve this further :)
> Regarding the Hydrate app, When we are using the hydrate app does the different bundle types have any impact on prerendered/hydrated HTML? I don't believe so as pre-rendered hydration...
To any requiring this sooner, rather than later I built out a temporary package of all my recent PRs - including this ^. What else: new @Prop getters / setters...