Explorar o código

chore: comments

Evan You %!s(int64=6) %!d(string=hai) anos
pai
achega
13f5067656
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/runtime-dom/src/modules/props.ts

+ 3 - 0
packages/runtime-dom/src/modules/props.ts

@@ -2,6 +2,9 @@ export function patchDOMProp(
   el: any,
   key: string,
   value: any,
+  // the next 3 args are passed only due to potential innerHTML/textContent
+  // overriding existing VNodes, in which case the old tree must be properly
+  // unmounted.
   prevChildren: any,
   parentComponent: any,
   unmountChildren: any