astoilkov / use-local-storage-state

React hook that persists data in localStorage
MIT License
1.17k stars 41 forks source link

On error 2 #76

Open dwjohnston opened 1 week ago

dwjohnston commented 1 week ago

Goes one step further than #75 - if the onError function throws an error, then the hook will throw that error.