|
|
@@ -58,7 +58,7 @@ export function renderComponentRoot(
|
|
|
}
|
|
|
try {
|
|
|
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.
|
|
|
const proxyToUse = withProxy || proxy
|
|
|
result = normalizeVNode(
|