redux-localstorage icon indicating copy to clipboard operation
redux-localstorage copied to clipboard

Passing an empty array into paths uses void slicer

Open cboileau opened this issue 7 years ago • 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.

cboileau avatar Sep 12 '17 14:09 cboileau

maybe you just don't need redux-locastorage then lol

sergeylukin avatar Nov 19 '17 21:11 sergeylukin