elgerlambert/redux-localstorage

Passing an empty array into paths uses void slicer

Opened this issue · 1 comments

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