Skip to content

Commit 4293e4f

Browse files
committed
adding sendSnapshot() call on initial empty state
1 parent 556beb4 commit 4293e4f

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)