Merge remote-tracking branch 'origin/develop' into bugfix/fixed_notfound_refetch_loop

This commit is contained in:
René Pfeuffer
2020-06-18 09:22:11 +02:00
116 changed files with 1125 additions and 72 deletions

View File

@@ -204,7 +204,7 @@ export default function reducer(
...state[_key],
byId: {
..._oldByIds,
[changeset.id]: changeset
[payload.id]: changeset
}
}
};