Date Inputs not working with @mantine/modals #8843
-
|
Just checking if there's something I'm doing wrong. I'm using the following (there are others packages obviously but these seem to be the most relevant): If I use any of the components in the dates extension https://mantine.dev/dates/getting-started/ they work perfectly fine, same with the modals extension https://mantine.dev/x/modals/ but the second I add a datepicker to a modal even as simple as this: I get this error: As I said everything works fine for both by themselves, but the second I slap any of the date stuff into a mantine modal I get these issues. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Please provide a sandbox with a minimal reproduction, I cannot reproduce the issue on my side |
Beta Was this translation helpful? Give feedback.
So... turns out deleting my node_modules folder and re-installing it fixed it...
I feel silly not trying that first...