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 4cb7147 + 4293e4f commit 9213d03Copy full SHA for 9213d03
dev-reactime/linkFiber.js
@@ -248,7 +248,8 @@ export default (snap, mode) => {
248
};
249
}(devTools.onCommitFiberRoot));
250
}
251
- updateSnapShotTree();
+ sendSnapshot();
252
+ // updateSnapShotTree();
253
// Send the initial snapshot once the content script has started up
254
// This message is sent from contentScript.js in chrome extension bundles
255
window.addEventListener('message', ({ data: { action } }) => {
0 commit comments