So, I have a component that uses AutoSizer and List from react-virtualized as follows :
const VirtualizedList = ({children}) => { return ( <