redux-localstorage
redux-localstorage copied to clipboard
Passing an empty array into paths uses void slicer
Passing an empty array ([]) into the paths argument uses the void slicer instead of the array slicer.
I expected that an empty array would mean don't persist any of the state data, but instead it's persisting all state data.
maybe you just don't need redux-locastorage then lol