kettanaito / atomic-layout

Build declarative, responsive layouts in React using CSS Grid.
https://redd.gitbook.io/atomic-layout
MIT License
1.13k stars 33 forks source link

Warning: React does not recognize the `sortingOrder` prop on a DOM element - `DataGrid` #355

Open gsparrowpepin opened 2 years ago

gsparrowpepin commented 2 years ago

When:

  1. Add a DataGrid component
  2. Perform server-side rendering

Current 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:

Related:

301