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
I have 3 issues when to use Pagination in Next.js.
Please provide following information:
What package has an issue (@mantine/core, mantine/hooks or other)? @mantine/core
What package version are you using? 2.5.0
In which browser and operating system issue occurred? Chrome, macOS
If possible please attach link to codesandbox with reproduced issue https://github.com/nghiepit/mantine-pagination-bug. I must provide GitHub reproduction because to reproduce the issue in production mode.
Issues:
1. In dev mode the Pagination broken layout
2. In dev mode warning className dis not match. Even though I provided id for Pagination.
I have 3 issues when to use
Pagination
inNext.js
.Please provide following information:
@mantine/core
2.5.0
Chrome, macOS
https://github.com/nghiepit/mantine-pagination-bug.
I must provide GitHub reproduction because to reproduce the issue in production mode.
Issues:
1. In dev mode the
Pagination
broken layout2. In dev mode warning
className
dis not match. Even though I providedid
forPagination
.3. In production mode the
Pagination
just broken any styles.UPDATED: When I try to disable
reactStrictMode
issues 1 and 2 have been resolved.The text was updated successfully, but these errors were encountered: