You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Stencil Version
4.22.2
Current Behavior
When registering components through defineCustomElement on dist-custom-elements output build, @stencil/store does not trigger a rerender on the application. If you force rerender by changing a @State property, only then it is possible to see the store value updated. It only happens when externalRuntime flag is set to false.
Prerequisites
Stencil Version
4.22.2
Current Behavior
When registering components through
defineCustomElement
ondist-custom-elements
output build,@stencil/store
does not trigger a rerender on the application. If you force rerender by changing a @State property, only then it is possible to see thestore
value updated. It only happens whenexternalRuntime
flag is set tofalse
.Expected Behavior
Store should trigger a re-render as expected.
System Info
Steps to Reproduce
dist-custom-elements
withexternalRuntime
flag set tofalse
Code Reproduction URL
https://codesandbox.io/p/devbox/stencil-minimal-reproducible-issue-gc9nxh
Additional Information
For the live example just run pnpm dev
The text was updated successfully, but these errors were encountered: