stencil-store
stencil-store copied to clipboard
Component without `Props` or `State` fails to update
trafficstars
I found an issue where using forceUpdate to update a component fails when the component has no Prop and State meta.
I have documented a similar issue with stencil-hooks here: https://github.com/saasquatch/stencil-hooks/issues/3
The relevant logic is in forceUpdate and isUpdateable