Skip to content

Commit

Permalink
add back vnode cast
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 11, 2023
1 parent 5d5fa8f commit f2c0f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/runtime/vnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ options.vnode = vnode => {

vnode.type = foundType;
if (vnode[VNODE_COMPONENT]) {
vnode[VNODE_COMPONENT].__v = vnode;
if (
'prototype' in vnode.type &&
vnode.type.prototype.render
Expand Down

0 comments on commit f2c0f5e

Please sign in to comment.