@@ -96,7 +96,7 @@ export class Scope {
*/
setLoading(value: boolean) {
const scope = this
- scope._handle.setLoading(value)
+ scope._handle?.setLoading(value)
}
/**