Skip to content

Commit 9146b03

Browse files
committed
changes to index ts
1 parent 03a4e54 commit 9146b03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev-reactime/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ interface Data{
3232
}
3333
}
3434

35-
// * State snapshot object initialized here
35+
/**
36+
* State snapshot object initialized here
37+
* @param snapshot takes a snapshot of the fiber
38+
*/
3639
const snapShot: Snapshot = {
3740
tree: null,
3841
unfilteredTree: null,

0 commit comments

Comments
 (0)