-
-
Notifications
You must be signed in to change notification settings - Fork 15
Component without Props or State fails to update #44
Copy link
Copy link
Open
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within Stencil StoreThis PR or Issue is verified to be a bug within Stencil StoreResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Metadata
Metadata
Assignees
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within Stencil StoreThis PR or Issue is verified to be a bug within Stencil StoreResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Type
Fields
Give feedbackNo fields configured for issues without a type.
I found an issue where using
forceUpdateto update a component fails when the component has noPropandStatemeta.I have documented a similar issue with
stencil-hookshere: saasquatch/stencil-hooks#3The relevant logic is in forceUpdate and isUpdateable