AG-2114 React Components are rendered to the root of the DOM tree

AG-2417 Issue with React 6: withRef is removed. To access the wrapped instance, use a ref on the connected component
AG-2439 Add support for react-redux v6

h/t @hrgui - thanks!
This commit is contained in:
Sean Landsman
2018-12-17 13:18:28 +00:00
parent c338f851e0
commit 2b49fb1b01
3 changed files with 8 additions and 15 deletions

View File

@@ -63,9 +63,9 @@
"bootstrap": "4.1.3",
"d3": "4.9.1",
"lodash": "^4.17.11",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "5.0.7",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^6.0.0",
"react-router-dom": "4.3.1",
"redux": "^4.0.1"
}