Right now we lazy load the list of previous rides using react-virtualized. However, react-virtualized requires a fixed and pre-defined height for each item inside the list to be able to do the layouting correctly. This value is currently set incorrectly.
Right now we lazy load the list of previous rides using
react-virtualized
. However, react-virtualized requires a fixed and pre-defined height for each item inside the list to be able to do the layouting correctly. This value is currently set incorrectly.