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
There is an unintuitive optimization in js engines where using JSON.parse is faster than storing as an object. Not sure how/where the file is generated, but the change should be made there.