Skip to content

Commit 54d423c

Browse files
authored
Update index.js
1 parent 57c9be3 commit 54d423c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ function replaceComponent(OldType, NewType, resetHookState) {
178178
});
179179
}
180180

181-
console.log('Forcing update for vnode', vnode);
182181
Component.prototype.forceUpdate.call(vnode[VNODE_COMPONENT]);
183182
}
184183
});

0 commit comments

Comments
 (0)