Fix ephemeral styles not clearing properly

This commit is contained in:
Andrew Kingston 2024-08-14 09:24:03 +01:00
parent a1e14fab18
commit 7a9730b120
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@
lastInstanceKey = instanceKey
}
// Reset ephemeral state
ephemeralStyles = null
// Pull definition and constructor
const component = instance._component
constructor = componentStore.actions.getComponentConstructor(component)