Adding FixedSizeList from v1.5.2 to a create-react-app app adds +2.07 KB to the production build. Doing the same with a build from master same increases the size by an additional +2.43 KB. My guess is that this is caused by 97bd7e0, given that almost nothing else has changed since 1.5.2 was released.
Adding
FixedSizeListfrom v1.5.2 to a create-react-app app adds +2.07 KB to the production build. Doing the same with a build from master same increases the size by an additional +2.43 KB. My guess is that this is caused by 97bd7e0, given that almost nothing else has changed since 1.5.2 was released.