core
core copied to clipboard
fix(runtime-core): hydration should not be performed during the HMR reload process(fix #7706)
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.