We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e028b9 commit 4b5b384Copy full SHA for 4b5b384
packages/runtime-core/src/hmr.ts
@@ -123,6 +123,8 @@ function reload(id: string, newComp: HMRComponent) {
123
}
124
125
// 3. invalidate options resolution cache
126
+ instance.appContext.propsCache.delete(instance.type as any)
127
+ instance.appContext.emitsCache.delete(instance.type as any)
128
instance.appContext.optionsCache.delete(instance.type as any)
129
130
// 4. actually update
0 commit comments