The Wayback Machine - https://web.archive.org/web/20200604220517/https://github.com/zalmoxisus/redux-devtools-extension/issues/691
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Redux devTools when import option is set to true it throws exception #691

Open
santoshyadav198613 opened this issue Oct 5, 2019 · 0 comments

Comments

@santoshyadav198613
Copy link

@santoshyadav198613 santoshyadav198613 commented Oct 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.