Closed dejurin closed 1 year ago
I can see this on the DatePickerInput and dropdown menus too.
I can see this on the DatePickerInput and dropdown menus too.
it was nextjs thing https://github.com/shadcn-ui/ui/issues/1023 tested on 13.4.18 works well
Thanks, that sorted it for me!
This problem is solved.
What package has an issue
@mantine/core
Describe the bug
Different IDs are generated on the client and server sides, and the ID is the same for all elements.
HTML output:
What version of @mantine/hooks page do you have in package.json?
7.0.0-alpha.17
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/p/github/dejurin/mantine7-nextjs/main
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
No response