AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 628 forks source link

Error: Super expression must either be null or a function #511

Open fangkey001 opened 10 months ago

fangkey001 commented 10 months ago

Error when call use in server side in nextjs version 14

mcedica commented 7 months ago

running into the same issue; any workarounds? thank you

AshtonYoon commented 4 months ago

had a same issue

Maximaximum commented 4 months ago

Yeah, it would be nice if @AdeleD could address this issue

Forestvov commented 2 months ago

If you're using NextJS 13+, make sure use include use client on top of the file.