frontend-collective / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://frontend-collective.github.io/react-sortable-tree/
MIT License
4.9k stars 903 forks source link

Warning: Failed prop type: The prop `"aria-label"` is marked as required in `Grid`, but its value is `undefined`. #858

Open rpajunen opened 3 years ago

rpajunen commented 3 years ago

Same as this issue #https://github.com/bvaughn/react-virtualized/issues/1577?

This happens in version 2.8.0.

checkPropTypes.js:20 Warning: Failed prop type: The prop "aria-label" is marked as required in Grid, but its value is undefined. in Grid (created by List) in List (created by Scrolling(List)) in Scrolling(List) (created by AutoSizer) in div (created by AutoSizer) in AutoSizer (created by ReactSortableTree) in div (created by ReactSortableTree) in ReactSortableTree (created by Context.Consumer) in SortableTreeWithoutDndContext (created by SortableTree) in Unknown (created by SortableTree) in SortableTree (at TreeView.jsx:19) in div (created by styled.div) in styled.div (at TreeView.jsx:18) in TreeView (at TreeView.stories.js:116) in div (at TreeView.stories.js:115) in p (at preview.js:26) in ThemeProvider (at preview.js:21) in StrictMode (at preview.js:19) in storyFn in ErrorBoundary

allancmm commented 3 years ago

I get the same error