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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user