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
Components that report errors should put them in the Redux store. The components do not necessarily have to know about the store. We could write a single module that exports a addError() function that wraps the functionality for adding data to the store, so that the Redux store dependency is not baked into every component.
1. Store
addError()
function that wraps the functionality for adding data to the store, so that the Redux store dependency is not baked into every component.2. View
The text was updated successfully, but these errors were encountered: