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
We can just return the objects here, rather than using break. As long the object returned is new and not mutating the current state, there shouldn't be any warnings from redux
We can just return the objects here, rather than using
break
. As long the object returned is new and not mutating the current state, there shouldn't be any warnings from reduxhttps://github.com/moderntribe/rest-api-tester/blob/cd397c8a34c86f5edcf752f3cd8ce090f12fa5bb/src/resources/js/src/reducers/response.js#L7
The text was updated successfully, but these errors were encountered: