Skip to content

Commit

Permalink
Defer breaking change, enough that it is hinted in types
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware committed Oct 30, 2022
1 parent 7af27db commit 82f1247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/inferno/src/DOM/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ export function moveVNodeDOM(parentVNode, vNode, parentDOM, nextNode, animations

if (flags & VNodeFlags.ComponentClass) {
refOrInstance = vNode.children;
// TODO: We should probably deprecate this in V9 since it is inconsitent with other class component hooks
instanceProps = vNode.props;
vNode = children.$LI;
} else if (flags & VNodeFlags.ComponentFunction) {
refOrInstance = vNode.ref;
Expand Down

0 comments on commit 82f1247

Please sign in to comment.