We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde1d3a commit 46dfc74Copy full SHA for 46dfc74
package/timeJump.js
@@ -16,7 +16,6 @@ module.exports = (origin, mode) => {
16
const originNode = traverseTree(origin.tree, coords);
17
// set the state of the origin tree if the component is stateful
18
if (originNode.component.setState) {
19
- console.log('if(originNode.component.setState):', originNode.component);
20
originNode.component.setState(target.state, () => {
21
// iterate through new children once state has been set
22
target.children.forEach((child, i) => {
0 commit comments