nghiepdev / smooth-scrollbar-react

A wrapper for smooth-scrollbar to React Component.
https://codesandbox.io/s/smooth-scrollbar-react-4pu86
MIT License
39 stars 5 forks source link

How to use it for Nextjs typescript ? #17

Open ender1102 opened 1 year ago

ender1102 commented 1 year ago

Hello bro,

Can u help me use it for Nextjs, I have a issue. Thank for help image

nghiepdev commented 1 year ago

I have issue with Next.js 13, but in Next.js 12 works

ender1102 commented 1 year ago

Yes, do you think you have to add "use client" for nextjs 13

nghiepdev commented 1 year ago

I don't think so, for the Next.js I usually use next/dynamic with {ssr: false} to resolve almost related issues SSR. Maybe use client for Next.js 13

ender1102 commented 1 year ago

Well, I expect a new fix for nextjs typescript from you. Thank you