-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
@nivo/bump chart is missing properties #2619
Comments
seems like a common issue |
Have same issue, gow I can fix it to not provide all props ? |
currently having a similar issue where v 0.87.0 did not fix all optional props marked as missing and showing up in console warning. mine is on scatterplot. |
Also having this issue |
Same issue. Still having it any way to override? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe/explain the bug
After upgrading to version 0.87.0 typescript is throwing following error on ResponsiveBump chart:
Type '{ activeLineWidth: number; activePointBorderWidth: number; activePointSize: number; animate: boolean; axisBottom: { tickRotation: number; }; axisLeft: { legend: string; legendOffset: number; legendPosition: "middle"; tickPadding: number; tickRotation: number; tickSize: number; } | null; ... 13 more ...; theme: Parti...' is missing the following properties from type 'BumpSerieCommonProps<{ x: string; y: number | null; }, { color: string; data: { x: string; y: number | null; }[]; id: string; }>': useMesh, interpolation, xPadding, xOuterPadding, and 20 more.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Optional props should not be marked as missing
Additional context
Tested with Typescript versions 4.9.5 and 5.4.5
The text was updated successfully, but these errors were encountered: