teleport + HMR + async ref mutation breaks on component edit #3641
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: hmr
Version
3.0.11
Reproduction link
https://github.com/zigomir/teleport-hmr-repro
Steps to reproduce
I tried putting reproduction on to codesandbox, but HMR wouldn't work there anyway, so it's better to do locally.
git clone git@github.com:zigomir/teleport-hmr-repro.git
yarn
ornpm install
yarn dev
ornpm run dev
App.vue
and see error in console & random error not re-rendering anymore, aka app breaksteleport
tag and reload page, HMR works and random number updates as expectedMight be related to #3560 but not sure.
What is expected?
HMR and app keep working.
What is actually happening?
It breaks.
The text was updated successfully, but these errors were encountered: