justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.23k stars 98 forks source link

fix: add depedency array for useeffect #28

Closed chriswinch closed 2 years ago

chriswinch commented 2 years ago

Adds a missing dependency array on a useeffect that was causing it run on every rerender.

Screenshot 2021-12-29 at 01 58 14
justin-chu commented 2 years ago

Thanks!