nextjs-progressbar icon indicating copy to clipboard operation
nextjs-progressbar copied to clipboard

useEffect only works in Client Components. Add the "use client" while using next themes

Open Chetan-KK opened this issue 3 months ago • 0 comments

useEffect only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/react-client-hook-in-server-component

this error occurs when we use nextjs progressbar with next themes

Chetan-KK avatar Sep 18 '25 03:09 Chetan-KK