mantine
mantine copied to clipboard
A fully featured React components library
Fixes #1383 The issue before was when `getInputProps` was called, `valuesRef` hadn't been updated by `useEffect` yet (guessing React was deferring this effect). This caused the value and onChange to...
Issue: [1348](https://github.com/mantinedev/mantine/issues/1348) withCloseButton will display independent of title now
### What package has an issue @mantine/core ### Describe the bug Works fine without Nextjs: https://codesandbox.io/s/wonderful-sun-xpk6wl?file=/src/App.tsx:809-817 ``` Content Additional Content Additional Content ; ``` Nextjs renders Collapse with fixed height:...
### What package has an issue @mantine/spotlight ### Describe the bug If you try to register new actions in an `useEffect`, this doesn't work. If you pass `spotlight` as the...
### What package has an issue @mantine/form ### Describe the bug First of all, thank you for the amazing work done on Mantine 4.0 🙏 I my current project, I...
### What package has an issue @mantine/core ### Describe the bug If you set `size` to a big value (~900) in a `Modal`, the transition `slide-left` looks off when the...
### What package has an issue @mantine/core ### Describe the bug When using RangeSlider on touch devices I can see in the browser's console some errors: - [Intervention] Ignored attempt...
### What package has an issue @mantine/core ### Describe the bug Warning of duplicate keys when you hover on options if you have the creatable prop enabled.  ### In...
### What package has an issue @mantine/notifications ### Describe the bug when calling showNotification() from within a useEffect to trigger a notification according to some conditions, we get an error...
### What package has an issue @mantine/core ### Describe the bug Makes the scrollbar flash when refreshing the page. Content shifts. Works as expected. Content doesn't shift. Browser scrollbar is...