rehooks / local-storage

React hook which syncs localStorage[key] with the comp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start data from localStorage not working

pacocom opened this issue · comments

When component is initialize, data from localStorage is not reading:

See your example:
https://stackblitz.com/edit/react-vbrkjb?embed=1&file=index.js
image

Late reply, but it seems that the typeof getNum === 'number' is false on the first run. Seems like there is some in consistency on how the data is converted.