Skip to content

Commit 064c2b9

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Deleted atoms relationship, atomsselector, atomscomponent variables from statecontainerprops related to deprecated recoil.js
1 parent fdf4cc6 commit 064c2b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/containers/StateContainer.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ interface StateContainerProps {
1717
state?: Record<string, unknown>;
1818
stateSnaphot?: Record<string, unknown>;
1919
children?: unknown[];
20-
AtomsRelationship?: any[];
21-
atomSelectors?: object;
22-
atomsComponents?: object;
2320
}
2421
>;
2522
toggleActionContainer?: any;
2623
webMetrics?: object;
27-
AtomsRelationship?: any[];
2824
hierarchy: Record<string, unknown>;
2925
snapshots?: [];
3026
viewIndex?: number;

0 commit comments

Comments
 (0)