use-dark-mode icon indicating copy to clipboard operation
use-dark-mode copied to clipboard

Fixed storageProvider typings

Open vitalybaev opened this issue 3 years ago • 0 comments

According to the code, you pass storageProvider to the use-persisted-state, and it uses getItem directly from it, not from localStorage property:

https://github.com/donavon/use-persisted-state/blob/develop/src/createStorage.js#L3

vitalybaev avatar Oct 21 '20 08:10 vitalybaev