You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(shared): move function type checker into a separate utility (an……tonioru#385)
* refactor: move function check to separate function
* chore: update
fix(hook): fixes useStorage initial value bug (antonioru#368)
* fix(hook): updated types, added tests to check browser storage, added fix for setting storage on initial load
* fix(hook): reverted ?? back to || in useStorage