Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 9, 2022
1 parent bfc9509 commit 1095c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function _renderToString(vnode, context, isSvgMode, selectValue) {
if (typeof vnode !== 'object') {
return encodeEntities(vnode);
}

vnode[PARENT] = parent;
if (options[DIFF]) options[DIFF](vnode);

Expand Down

0 comments on commit 1095c08

Please sign in to comment.