Skip to content

Commit

Permalink
Fix timeout example in the readme (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
qbikez authored Sep 29, 2024
1 parent 73795c4 commit 9c1dedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ const Example = () => {
}
]);

setTimeout(run, 100);
timer = setTimeout(run, 100);
}
};

Expand Down

0 comments on commit 9c1dedf

Please sign in to comment.