From 142ef97911abaec96c5bc0779b322374437a56b5 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Wed, 8 Jan 2020 22:04:49 +0300 Subject: Wrap SmartList into AutoSizer This component now takes all available space, so if you want to use it, you have to put it into a container which already has non-zero width and height. This commit temporarily breaks Scoreboard page. --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index eeba040..df38254 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "3.3.0", + "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.8.5" }, "scripts": { -- cgit v1.2.3