mantine
mantine copied to clipboard
A fully featured React components library
### What package has an issue @mantine/core ### Describe the bug Hey there, With Next.js >= 13.1, you can make use of their [Modularize Imports](https://nextjs.org/docs/advanced-features/compiler#modularize-imports) feature. Right now there is...
### What package has an issue @mantine/core ### Describe the bug I'm using the Select mantine/core component and trying to write unit tests for the parent component that uses Select...
### What package has an issue @mantine/dates ### Describe the bug Dates/DatePickerInput/type=range/popoverProp/onClose event prevents it from closing. I'm trying to append a footer to the dropDown component. I want to...
### What package has an issue @mantine/modals ### Describe the bug I am trying to let typescript hint me names of context modals, as listed in [this](https://mantine.dev/others/modals/#typesafe-context-modals) chapter. By providing...
### What package has an issue @mantine/core ### Describe the bug Certain Android phones (Tested in Galaxy S10, Galaxy S10e, Galaxy S9) might be probably Samsung Galaxy phones. After pressing...
### What package has an issue @mantine/tiptap ### Describe the bug LinkControl Popover is misplaced in Safari. To reproduce select some text in the Editor from the codesandbox and click...
### What package has an issue @mantine/core ### Describe the bug #2535 Happens again, seems previous solution was reverted, and now we all are without fix. So, community help wanted...
### What package has an issue @mantine/dates ### Describe the bug When you validate the date range picker with zod validator and arrays it returns two errors: ```json { "date.0":"Expected...
### What package has an issue @mantine/core ### Describe the bug I discovered the following error `ResizeObserver loop limit exceeded` when using `Popover`, but it seems to be related to...
### What package has an issue @mantine/dates ### Describe the bug The defaultDate prop does not work on DateInput with useForm ### What version of @mantine/hooks page do you have...