John Jenkins
John Jenkins
Experimentation / PRs most welcome! RAF is still used for the majority of updating (if `taskQueue` is not set to `immediate`); `queueMicrotask` is only used for the first, initial render.
I'm guessing this is only an issue in Windows? I cannot recreate on Mac
thanks all for the valuable question / discussion. Gonna close this one out now. Please feel free to raise a feature request / PR or continue the discussion at https://github.com/stenciljs/core/discussions...
in lieu of an official solution - I thought I'd add what I've done (building on other contributors' insights here): *Updated for use with Nuxt v3.14 ```ts // nuxt.config.ts ......
hi @Scan0815 - I just took this for a spin. The 'regression' here is due to the underlying Rollup version within Stencil being updated and it now respects the defined...
Hey @sdvg - thanks for looking at this, but I think this pattern (and a lot more) will be covered by this https://github.com/stenciljs/core/pull/6211
Gonna close this one out as I think has been covered via #6211 (We still need to roll out changes to the official output targets)
thanks all for comments - this looks to be more appropriate as a [discussion](https://github.com/stenciljs/core/discussions) or for [discord](https://discord.com/channels/1347590794130755665/) - lemme know if that's incorrect and we can look to re-open
hey @muthupriyashanmugam - poking around the repro doesn't seem to show anything we can test or action; perhaps you made changes? Normally before trying to consume your components in a...
Hey all! @rjborba 's linked repro is now fixed in the in latest Stencil / Store versions https://codesandbox.io/p/devbox/stencil-minimal-reproducible-issue-forked-dtq4wn So I'm gonna close this one out. [The issue of no state...