crooks icon indicating copy to clipboard operation
crooks copied to clipboard

useLocalStorage: initial function

Open dy opened this issue 4 years ago • 1 comments

If initial value for useLocalStorage is a function, like in lazy useState, it doesn't work:

let [value, setValue] = useLocalStorage(key, () => initialValue)

dy avatar Nov 14 '19 16:11 dy

@dy Thanks for catching that, I'll get a fix for that pushed out shortly

chrisjpatty avatar Nov 16 '19 01:11 chrisjpatty