David Boothe

Results 1 comments of David Boothe

~nother solution to this is to tell angular to run the create script outside of angular.~ ~https://github.com/angular/angular-cli/issues/26395#issuecomment-1840806880~ ```ts this.supabase = this.ngZone.runOutsideAngular(() => createClient(environment.supabase.url, environment.supabase.key)); ``` ~I don't know if this...