Fix scrolling behavior (#7151)

* Update React.JS

* Use React's new lifecycles for scrollable lists

* Clean up dead code

* Make CodeClimate happy
This commit is contained in:
ThibG
2018-04-16 21:04:24 +02:00
committed by Eugen Rochko
parent 1c379b7ef4
commit 7e0aed398f
2 changed files with 14 additions and 22 deletions

View File

@ -83,8 +83,8 @@
"prop-types": "^15.5.10",
"punycode": "^2.1.0",
"rails-ujs": "^5.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-hotkeys": "^0.10.0",
"react-immutable-proptypes": "^2.1.0",
"react-immutable-pure-component": "^1.1.1",