Closed Wiwida closed 1 year ago
How do you set style property?
Can reproduce with this code sample : https://codesandbox.io/s/nostalgic-dream-n6qdj8?file=/src/App.tsx
Thanks, the issue will be resolved in one of the next patches
@rommni I have noticed that the attribute limit notification is not functioning properly
What package has an issue
@mantine/notifications
Describe the bug
Since V7 I've had a transition problem when the notification appears and disappears. I did some digging and found the problem, which is due to the "style" property of the show method. Without the "style" property, the transition occurs, but if I add it (ex : style: {"backgroundColor": "red"}), the transition at the notification's appearance and disappearance is suppressed. Everything works fine in V6. What's more, the documentation tells me that this shouldn't be a problem. Is this intentional or is it a mistake on my part ?
What version of @mantine/ packages do you have in package.json? (Note that all @mantine/ packages must have the same version in order to work correctly)
7.1.2
If possible, please include a link to a codesandbox with the reproduced problem
No response
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
No
Possible fix
No response