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 d1f2915 commit ad21b1bCopy full SHA for ad21b1b
packages/runtime-core/src/hmr.ts
@@ -119,7 +119,7 @@ function reload(id: string, newComp: HMRComponent): void {
119
// create a snapshot which avoids the set being mutated during updates
120
const instances = [...record.instances]
121
122
- if (newComp.vapor) {
+ if (newComp.__vapor) {
123
for (const instance of instances) {
124
instance.hmrReload!(newComp)
125
}
0 commit comments