core icon indicating copy to clipboard operation
core copied to clipboard

fix(runtime-core): hydration should not be performed during the HMR reload process(fix #7706)

Open Jevon617 opened this issue 1 year ago • 0 comments

Close #7706.

During HMR reload, the div element is unmounted. However, in SSR mode, the mountComponent process does not remount the div element but hydrates it instead, causing the issue of the div element is deleted.

Jevon617 avatar Apr 27 '23 10:04 Jevon617