after update react-redux to 7.2.1 after compiling i have Warning: React.createElement: type is invalid -- expected a string (for built-in components) and Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
npm install --save redux@4.0.5
npm install --save react-redux@7.2.1
npm install --save-dev redux-devtools@3.6.1
other changes do not.