Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIn Redux devTools when import option is set to true it throws exception #691
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi Team,
As per docs https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#features
Note that except true/false, import and export can be set as custom (which is by default for Redux enhancer), meaning that the importing/exporting occurs on the client side. Otherwise, you'll get/set the data right from the monitor part.
But when we set import : true (works for 'custom') we get the exception while importing the actions.
Please find the Github repo for producing the error https://github.com/santoshyadav198613/redux-dev-tools-demo.