core icon indicating copy to clipboard operation
core copied to clipboard

fix(runtime-core): during the hmr reload process, instance.update should not allow recursing (fix #7908)

Open Jevon617 opened this issue 1 year ago • 0 comments

Close: #7908.

During the hmr reload process, in some cases (such as "ref + v-for"), instance.update will be triggered twice.

Jevon617 avatar Apr 26 '23 08:04 Jevon617