Open crabvk opened 5 days ago
Your sandbox is private, I cannot access it, please make it public.
Should be accessible now.
I reported a similar issue on the Combobox
component few weeks ago: #7022 .
I created another issue #7115 I think they might have the same root
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.5
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
Update component state with
Popover
opened,onOpen
triggered on each re-render. ExpectedonOpen
to be called only once when I openPopover
(as it works now) and nothing on re-renders (the bug).If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-popover-bug-forked-8446wc
Possible fix
No response
Self-service