Skip to content

Commit

Permalink
update example code
Browse files Browse the repository at this point in the history
  • Loading branch information
toviszsolt committed Mar 28, 2024
1 parent 75533b5 commit 32a6571
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 @@ -153,7 +153,7 @@ Example:
const Comp = () => {
const onClickEach = (e, next, container) => {
console.log('The clicked element:', e.target);
console.log('The container element of target:', container);
console.log('The target container element:', container);
next();
};

Expand Down

0 comments on commit 32a6571

Please sign in to comment.