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
Add support for redux saga.
Very appreciate it, because you can handle global notifs directly from sagas (failed requests, etc).
Now you should save error to store, and then dispatch notifSend from component. When you maintain several errors in component - soon it will grow in separate component, for handling errors (not a solution).
The text was updated successfully, but these errors were encountered:
Add support for redux saga.
Very appreciate it, because you can handle global notifs directly from sagas (failed requests, etc).
Now you should save error to store, and then dispatch
notifSend
from component. When you maintain several errors in component - soon it will grow in separate component, for handling errors (not a solution).The text was updated successfully, but these errors were encountered: