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
> sb['hello'] = null
null
> sb['hello']
client6.js:1 Uncaught TypeError: Cannot use 'in' operator to search for '_' in null
at Object.get (https://stateb.us/client6.js:1:13039)
at <anonymous>:1:3
The text was updated successfully, but these errors were encountered:
The proxy interface is in need of a total redesign and rewrite. I could wait to fix this until then, or I could fix it now. It's probably not too hard. Also I think you're using an old version of the proxy interface, but I checked and the new one has this bug too.
In JS console, for example:
The text was updated successfully, but these errors were encountered: