You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A console warning will appear due to invalid prop forwarding.
Warning: React does not recognize the 'sortingOrder' prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase 'sortingorder' instead. If you accidentally passed it from a parent component, remove it from the DOM element.
When:
DataGrid
componentCurrent behavior:
A console warning will appear due to invalid prop forwarding.
Warning: React does not recognize the 'sortingOrder' prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase 'sortingorder' instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Expected behavior:
Environment:
14.19.0
NA
1.22.10
Related:
#301
The text was updated successfully, but these errors were encountered: