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
Currently, the SBG fails with a ClassCastException if there is a nativescript property in some package.json and it's a String. We expect this property to be an object and crash when parsing it. An instanceof check should be performed before casting.