react-vis icon indicating copy to clipboard operation
react-vis copied to clipboard

React does not recognize some props because of camelCase

Open qrobin opened this issue 6 years ago • 2 comments

Warning: React does not recognize the `_stackBy` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `_stackby` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
    in div (at HistogramChart.js:351)
    in div (created by XYPlot)
    in XYPlot (created by FlexibleXYPlot)
    in div (created by FlexibleXYPlot)

This is happening for many more properties. How to eliminate these warnings?

Thanks

qrobin avatar Sep 23 '19 18:09 qrobin

Any updates on this?

sarates avatar Nov 01 '21 10:11 sarates

still the case

tbll75 avatar Jan 20 '23 15:01 tbll75