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.
2 parents fde1d3a + 46dfc74 commit cdec98eCopy full SHA for cdec98e
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