-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: hmr
Description
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 [email protected]:zigomir/teleport-hmr-repro.gityarnornpm installyarn devornpm run dev- open http://localhost:3000 and open browser dev tools
- see how random number is refreshing every second
- edit
App.vueand see error in console & random error not re-rendering anymore, aka app breaks - if you comment out
teleporttag and reload page, HMR works and random number updates as expected
Might be related to #3560 but not sure.
What is expected?
HMR and app keep working.
What is actually happening?
It breaks.
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workingscope: hmr