Skip to content

Commit 9213d03

Browse files
committed
Merge branch 'byebyenpm' of https://github.com/crperezt/reactime into colorerror
2 parents 4cb7147 + 4293e4f commit 9213d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-reactime/linkFiber.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ export default (snap, mode) => {
248248
};
249249
}(devTools.onCommitFiberRoot));
250250
}
251-
updateSnapShotTree();
251+
sendSnapshot();
252+
// updateSnapShotTree();
252253
// Send the initial snapshot once the content script has started up
253254
// This message is sent from contentScript.js in chrome extension bundles
254255
window.addEventListener('message', ({ data: { action } }) => {

0 commit comments

Comments
 (0)