react-faq-component icon indicating copy to clipboard operation
react-faq-component copied to clipboard

can't resolve prop-types next js

Open asfand687 opened this issue 4 years ago • 1 comments

I have used the component in my react app and it works flawlessly, but now I am implementing this in next js and it is giving an error that says can't resolve prop-types and is unable to compile.

asfand687 avatar Dec 03 '21 10:12 asfand687

Adding use client worked for me. Try using 'use-client' at the top.

hwajj avatar Jul 27 '23 01:07 hwajj