nishanbajracharya / react-virtualized-listview

A simple virtualized listview inspired by react-virtualized
https://2zo5k84lx0.codesandbox.io/
MIT License
46 stars 6 forks source link

Can't use inside a table #6

Open mmontag opened 5 years ago

mmontag commented 5 years ago

Warning: validateDOMNesting(...): <div> cannot appear as a child of <tbody>.

The library is a non-starter for me, since it's wrapping the items I render (<tr>...</tr>) in a bunch of <div>s. On to the next one...

https://github.com/nishanbajracharya/react-virtualized-listview/blob/81e0308b8d5c5a5b224e731493da2527fa8dbd53/src/index.js#L100