Select/MultiSelect with data group undefined or empty string raise each child in a list should have a unique "key" prop. #2045
Labels
Fixed
Completed issues that will be published with next patch (1.0.X)
What package has an issue
@mantine/core
Describe the bug
When group is undefined or empty, a warning appear :
What version of @mantine/hooks page do you have in package.json?
5.1
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/s/multiselect-with-empty-group-0gr59x
Do you know how to fix the issue
No response
Are you willing to participate in fixing this issue and create a pull request with the fix
No response
Possible fix
Introduce
group label
andgroup key
separately instead ofgroup
to avoid this warning.The text was updated successfully, but these errors were encountered: