Skip to content

Commit a3742c3

Browse files
committed
changed tree js to tree ts
1 parent 03a4e54 commit a3742c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev-reactime/tree.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import 'core-js';
88
const Flatted = require('flatted');
99

1010
let copyInstances: number = 0;
11-
const circularComponentTable = new Set<Tree>();
12-
13-
14-
11+
const circularComponentTable = new Set<Tree> ();
1512

1613
// removes unserializable state data such as functions
1714
function scrubUnserializableMembers(tree: Tree): Tree {

0 commit comments

Comments
 (0)