Skip to content

Commit

Permalink
feat(example): use new removeMany function to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzan-Dev committed Sep 29, 2022
1 parent 713c3e7 commit c93d679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ function App() {
>
Add Many
</button>
<button onClick={() => complexState.removeMany([0, 1, 2])}>
Delete Many
</button>
</div>
</div>
);
Expand Down

0 comments on commit c93d679

Please sign in to comment.