Open
Description
Describe/explain the bug
Hello everyone, I am trying to update the library and getting the following warnings in the console.
Warning: Failed prop type: The prop `legendOffsetX` is marked as required in `_n`, but its value is `undefined`.
Warning: Failed prop type: The prop `legendOffsetY` is marked as required in `_n`, but its value is `undefined`.
Warning: Failed prop type: The prop `legendOrientation` is marked as required in `_n`, but its value is `undefined`.
To Reproduce
Open the console in the codesandbox to see the warnings.
Expected behavior
No warnings, since the props are not actually required.
Additional context
This theoretically was fixed in the version 0.87.0 - a lot of them were removed from the required props. But it seems that some of them are still required, like legendOffsetX, legendOffsetY, and legendOrientation.
Metadata
Metadata
Assignees
Labels
No labels