- Notifications
You must be signed in to change notification settings - Fork2.2k
Tags: angular/angularfire
Tags
20.0.1
fix: Avoid handling promise rejections twice in stability helper (#3657)`PendingTasks.run` reports rejections of the promise to the`ErrorHandler`. This function already returns a promise that is meant tobe handled in the developer's application. If there _is_ handling there,the rejection is handled both in the `PendingTasks.run` and in thedeveloper callsite.This change updates the code to use `PendingTasks.add` instead, whichhas no built in error handling mechanisms.fixesangular/angular#61932
19.0.0-rc.4
Adding more injector safety (#3590)* Zone wrapper noops for our other helpers* Add a warning / error on potential Zone / hydration issues* Pass injection context to `zoneWrapFn` * Pass injection context into the Promise wrapper* `beforeAuthStateChanged` should not block
PreviousNext