Skip to content

Commit 1fd6a3d

Browse files
committed
Merge branch 'byebyenpm' of https://github.com/crperezt/reactime
2 parents 001e0b6 + 4293e4f commit 1fd6a3d

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)