We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.10.1
@mantine/charts
Vite
All
Since Sparkline supports connectNulls, we should change data prop type of number[] so to allow null element to be passed in.
connectNulls
number[]
null
No response
The text was updated successfully, but these errors were encountered:
[@mantine/charts] Sparkline: Fix incorrect data prop type (#6352)
data
392880f
Fixed in 7.11.2
Sorry, something went wrong.
No branches or pull requests
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.10.1
What package has an issue?
@mantine/charts
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
Since Sparkline supports
connectNulls
, we should change data prop type ofnumber[]
so to allownull
element to be passed in.If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: