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
This issue can be experienced when using RadDataForm (nativescript-ui-dataform 7.0.4) in vanilla {N} apps using v8 runtime (7.0.x):
#
# Fatal error in HandleScope::HandleScope
# Entering the V8 API without proper locking in place
#
# From this line below: tns::Assert(obj->GetOwnPropertyNames(context).ToLocal(&properties), self->isolate_);
#
The Dict that gets passed in seems to be fairly ordinary, so I'm not sure why it's failing here. I'm also a bit out of my element with this native code, so please let me know if I can provide something more helpful here.
This issue can be experienced when using RadDataForm (nativescript-ui-dataform 7.0.4) in vanilla {N} apps using v8 runtime (7.0.x):
Will try to create a small repro app.
The text was updated successfully, but these errors were encountered: