File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import createTree from '../controllers/createTree';
13
13
*/
14
14
// updating tree depending on current mode on the panel (pause, etc)
15
15
export default function updateAndSendSnapShotTree ( fiberRoot : FiberRoot ) : void {
16
-
17
16
// This is the currently active root fiber(the mutable root of the tree)
18
17
const { current } = fiberRoot ;
19
18
// Clear all of the legacy actions from old fiber tree because we are about to create a new one
@@ -30,7 +29,6 @@ export default function updateAndSendSnapShotTree(fiberRoot: FiberRoot): void {
30
29
// the postMessage action will be received on the content script to later update the tabsObj
31
30
// this will fire off everytime there is a change in test application
32
31
// convert the payload from a fiber tree to an object to avoid a data clone error when postMessage processes the argument
33
- // compare payload and clonedDeepPayload with isIdentical
34
32
const obj = JSON . parse ( JSON . stringify ( payload ) ) ;
35
33
window . postMessage (
36
34
{
You can’t perform that action at this time.
0 commit comments