EdenCoder
Results
3
issues of
EdenCoder
``` case ActionTypes.SET: return merge(state, action.fields); ``` When using `set` on a field of type `Array`, the field is concatenated. It should be overwritten shouldn't it?
bug