Description
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
With Redux 4.0.2 and up, IE11 throws up an error on load of "Invalid descriptor for property 'dispatch'." The script debugger flags 570,9 in redux.js as the source of the error (which appears to be inside the _objectSpread2(target) function. I don't think this is the source of the error itself as that function exists within previous versions of Redux and seems unchanged between versions. Redux 4.0.1 works fine and does not have this issue.
What is the expected behavior?
Redux works normally as expected.
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
4.0.2 and 4.0.3 running in IE11 on Windows 10. No other browser seems to be affected. Previous versions (4.0.1 being the most recent) worked.