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
If you set the state to the number 0 or to an empty string, and then get the value, then the behavior is not correct.
First doing this: Buffer.from(JSON.stringify(0))
and then doing this: JSON.parse(buf.toString())
Does not return 0 and "" but null.