react-timeseries-charts icon indicating copy to clipboard operation
react-timeseries-charts copied to clipboard

Change label proptypes to allow for anything that can be rendered

Open dsantoro-ipkeys opened this issue 5 years ago • 0 comments

In my projects, I pass a JSX element instead of a string and it renders but the console displays a proptype error. The label prop is a child of a div in the legend. Numbers, strings, elements are all valid items that can be rendered.

dsantoro-ipkeys avatar Aug 26 '20 15:08 dsantoro-ipkeys