question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incompatible with angular@2.3.0? (this._appRef.registerChangeDetector is not a function)

See original GitHub issue

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>]

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:21 (16 by maintainers)

github_iconTop GitHub Comments

5reactions
jelbourncommented, Dec 8, 2016

Working on cutting an alpha.11 right now

3reactions
devversioncommented, Dec 8, 2016

@fxck No worries. We are working on that actively.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 2: ERROR TypeError: .. is not a function
I am trying to use angualrio to read from an array from a json file following this tutorial getting-started-with-angular-2-step-by-step-6- ...
Read more >
48 answers on StackOverflow to the most popular Angular ...
How can I get new selection in “select” in Angular 2? Angular exception: Can't bind to 'ngForIn' since it isn't a known native...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found