Problem
direction is set as deprecated.
Setting the direction inside rowProps is preferred instead.
The direction inside rowProps object is not working as expected. Cannot set it to row as in the direction prop.
Solution
Make the rowProps take in the direction key and make it render in the component accordingly.
Examples and information
rowProps={{ direction: 'row' }}
Project