chore: fix componentRenderUtils.ts comment typo (#790) [ci skip]
This commit is contained in:
parent
e6ef52c3f8
commit
27afbaf02d
@ -58,7 +58,7 @@ export function renderComponentRoot(
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (vnode.shapeFlag & ShapeFlags.STATEFUL_COMPONENT) {
|
if (vnode.shapeFlag & ShapeFlags.STATEFUL_COMPONENT) {
|
||||||
// withProxy is a proxy with a diffrent `has` trap only for
|
// withProxy is a proxy with a different `has` trap only for
|
||||||
// runtime-compiled render functions using `with` block.
|
// runtime-compiled render functions using `with` block.
|
||||||
const proxyToUse = withProxy || proxy
|
const proxyToUse = withProxy || proxy
|
||||||
result = normalizeVNode(
|
result = normalizeVNode(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user