Add a factory for a reducer that deals with remove cases, for a single entity (out of multiple entities) only. Batch removals should be handled in a separate reducer for distinct clarity.
Additional Changes
Make the pending status attribute check in assertErrorsSet dynamic instead of hardcoded to isFetching
Context
Add a factory for a reducer that deals with remove cases, for a single entity (out of multiple entities) only. Batch removals should be handled in a separate reducer for distinct clarity.
Additional Changes
assertErrorsSet
dynamic instead of hardcoded toisFetching
Tasks