Skip to content

Commit

Permalink
🏃
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber committed Oct 29, 2024
1 parent 668ac2e commit eb8fac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-dodos-sin.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ export default function MyComponent(props) {
!state.todos[0].completed;
}}
onChange={(event) => {
console.log(\\"this is todo item: \\", index);
const index = state.todos.findIndex(
(t) => t.id === todo.id
);
Expand Down

0 comments on commit eb8fac7

Please sign in to comment.