This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
blacklist doesn't work #82
Comments
I add several console.log to debug this issue.
The following is my observation: DOWNLOAD_UPDATE doesn't trigger SAVE. But there is another action right after DOWNLOAD_UPDATE. And its type is 'undefined' |
The workround is check if the action type is undefined:
|
Thank you for reporting this! With 4a12182 redux-storage will now a) ignore invalid structured action objects and b) warn about them if |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used the following code to exclude those actions. The strange thing is: TAB_CHANGE, SEGMENT_CHANGE don't trigger SAVE action, but DOWNLOAD_UPDATE action still triggers SAVE action. The difference between them is: DOWNLOAD_UPDATE action is very frequent.
The text was updated successfully, but these errors were encountered: