stencil-store icon indicating copy to clipboard operation
stencil-store copied to clipboard

Component without `Props` or `State` fails to update

Open loganvolkers opened this issue 4 years ago • 0 comments
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

loganvolkers avatar Mar 02 '21 01:03 loganvolkers