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.16k stars 95 forks source link

Support react server components #62

Closed danteissaias closed 1 year ago

danteissaias commented 1 year ago

Add the "use client" directive to the output bundle. https://beta.nextjs.org/docs/rendering/server-and-client-components#convention

justin-chu commented 1 year ago

63