core icon indicating copy to clipboard operation
core copied to clipboard

fix(runtime-core): optimize judgment

Open BIMiracle opened this issue 1 year ago • 2 comments

When I use nuxt3 with pageTransition and there is await on the page, changing files triggers HMR to report an error. The leavingVNode.el value is not judged to be null, which can be seen in my demo.

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'Symbol(_leaveCb)') image

https://github.com/vuejs/router/issues/341

BIMiracle avatar Mar 11 '24 13:03 BIMiracle