Warning: React does not recognize the strokeColor
prop on a DOM element.
#6507
Labels
Fixed patch
Completed issues that will be published with next patch (1.0.X)
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.11.1
What package has an issue?
@mantine/charts
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Adding a
strokeColor
to aDonutChart
produces the following warningIf possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-hjs9sp?file=%2Fsrc%2FApp.tsx
Possible fix
Is it as simple as lowercasing to
strokecolor
before passing it to the DOM? I haven't checkedSelf-service
The text was updated successfully, but these errors were encountered: