Closed
Description
After upgrading to redux@3.0.6, I'm seeing a new console.error in ie9.
A quick look suggests this was introduced by #1075
This causes my app to silently fail when no console is open. When I have the f12 console open I get the following error:
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.
Running the same code in modern browsers (chrome, firefox...) produces no console.error.
Metadata
Metadata
Assignees
Labels
No labels