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
I often get tripped up by the fact that I need to set localStorage.debug but in the node environment its DEBUG (lower versus upper case). It would be a nice enhancement if the debug package in the browser checked localStorage.debug || localStorage.DEBUG, if it did, it would save me an (embarrassing) amount of time.