AdeleD / react-paginate

A ReactJS component that creates a pagination
MIT License
2.76k stars 630 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 3 months ago

had a same issue

Maximaximum commented 3 months ago

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

Forestvov commented 1 month ago

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