You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using Next.js version 13.5.4 and employing react-paginate to manage pagination. While react-paginate functions properly in development mode, after building and running the production version, it encounters rendering issues, as depicted in the image below:
After downgrading to version 13.5.3, it is working. I believe there might be an issue with 'react-paginate' in versions 13.5.4 and above. Hence, I resolved it by downgrading the version, and now it works."
The text was updated successfully, but these errors were encountered:
Currently, I'm using Next.js version 13.5.4 and employing react-paginate to manage pagination. While react-paginate functions properly in development mode, after building and running the production version, it encounters rendering issues, as depicted in the image below:
After downgrading to version 13.5.3, it is working. I believe there might be an issue with 'react-paginate' in versions 13.5.4 and above. Hence, I resolved it by downgrading the version, and now it works."
The text was updated successfully, but these errors were encountered: