Open
Description
Since last update of react-sortable-tree v2.2.0, I have this new warning :
Warning: React does not recognize the
rowDirectionprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase
rowdirection instead. If you accidentally passed it from a parent component, remove it from the DOM element.
I don't pass any rowDirection parameter on my instanciation ....
Can you check this ?
Thanks,