Skip to content

Commit 3f1d2de

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Removed atoms array from linkfiber.ts r/t deprecated recoil.js
1 parent f28e922 commit 3f1d2de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/linkFiber.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ function createTree(
243243
componentFound = true;
244244
}
245245
let hooksIndex;
246-
const atomArray = [];
247-
atomArray.push(memoizedProps);
248246

249247
// Check if node is a hooks useState function
250248
// REGULAR REACT HOOKS

0 commit comments

Comments
 (0)