components: Incompatible with angular@2.3.0? (this._appRef.registerChangeDetector is not a function)
Application throws error after update to latest angular release (angular@2.3.0
). Rollback to 2.2.4
and all is well. Are others seeing this too?
Error: Uncaught (in promise): Error: Error in :0:0 caused by: this._appRef.registerChangeDetector is not a function
TypeError: this._appRef.registerChangeDetector is not a function
at DomPortalHost.attachComponentPortal (dom-portal-host.js:47)
at DomPortalHost.BasePortalHost.attach (portal.js:130)
at OverlayRef.attach (overlay-ref.js:21)
at MdDialog._attachDialogContainer (dialog.js:74)
at MdDialog.open (dialog.js:53)
at RouteSignin.signin (component.ts:66)
at SafeSubscriber._next (component.ts:49)
at SafeSubscriber.__tryOrSetError (Subscriber.js:232)
at SafeSubscriber.next (Subscriber.js:174)
at Subscriber._next (Subscriber.js:125)
at Subscriber.next (Subscriber.js:89)
at BehaviorSubject._subscribe (BehaviorSubject.js:28)
at BehaviorSubject.Observable.subscribe (Observable.js:45)
at RouteSignin.ngOnInit (component.ts:44)
at Wrapper_RouteSignin.ngDoCheck (wrapper.ngfactory.js:24)
at resolvePromise (zone.js:475) [angular]
at resolvePromise (zone.js:460) [angular]
at :8080/js/polies-bundle.js:15894:17 [angular]
at Object.onInvokeTask (ng_zone.js:262) [angular]
at ZoneDelegate.invokeTask (zone.js:261) [angular]
at Zone.runTask (zone.js:151) [<root> => angular]
at drainMicroTaskQueue (zone.js:405) [<root>]
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 3
- Comments: 21 (16 by maintainers)
Working on cutting an alpha.11 right now
@fxck No worries. We are working on that actively.
Would it be possible to draft a release ?