You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
After a short investigation I came up with a conclusion that maxAge is not being set while setting it through instrumentOnlyWithExtension (the actions are not getting removed at all).
When I change it to instrumentStore it works perfectly (only 5 actions are being saved).
I guess it means that instrumentOnlyWithExtension does not work properly.
Details: OS: Windows 7 Browser: Chrome npm: 5.0.3 store-devtools: 3.2.4
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm experiencing Chrome crashes while working with my Redux store.
I use Redux DevTools extension for Chrome and I setup
store-devtools
like this:After a short investigation I came up with a conclusion that
maxAge
is not being set while setting it throughinstrumentOnlyWithExtension
(the actions are not getting removed at all).When I change it to
instrumentStore
it works perfectly (only 5 actions are being saved).I guess it means that
instrumentOnlyWithExtension
does not work properly.Details:
OS:
Windows 7
Browser:
Chrome
npm:
5.0.3
store-devtools:
3.2.4
The text was updated successfully, but these errors were encountered: