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
When I define
export const count = syncable('count', 2, false);
an then change the store to 0 I do get 2 back, when I read the store again. Maybe all localstores should be strings? How to deal with that.