Skip to content

Commit 332741f

Browse files
authored
Update README.md
1 parent 9bd4461 commit 332741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ function Animation(props) {
8686
>
8787
> animationItem?.addEventListener("complete", completeHandler); // Don’t do this
8888
> }, [animationItem]);
89+
> ```
8990
>
9091
> This is due to how `lottie-web` internally handles events.
91-
> ```
9292
9393
## Why?
9494

0 commit comments

Comments
 (0)