diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-08 22:04:49 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-08 23:04:55 +0300 |
commit | 142ef97911abaec96c5bc0779b322374437a56b5 (patch) | |
tree | c77174d65404fd074e9db5220d729b4565b8c49d /package.json | |
parent | 2a501e2877ee82a9d2cad4c714083b1d190d2aa2 (diff) | |
download | chrono-cube-ui-142ef97911abaec96c5bc0779b322374437a56b5.tar.gz |
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.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": { |