rehooks / local-storage

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When you set boolean to either 0 or ", writeStorage does not occur

pmoskvin opened this issue · comments

if (initialValue !== undefined)
writeStorage(key, initialValue);

if (localState === undefined && initialValue !== undefined) writeStorage(key, initialValue);