persist() middleware mutates slice actions property, causing reference corruption
#3370
-
Bug Description
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@rluncasu that's totally expected due to the implementation is wrong, middlewares are designed to work at store level so you can't use it on slices (slices pattern) |
Beta Was this translation helpful? Give feedback.
@rluncasu that's totally expected due to the implementation is wrong, middlewares are designed to work at store level so you can't use it on slices (slices pattern)