-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
I receive the following error after updating my project to Angular 9.
TypeError: Cannot read property 'createComponent' of undefined
at UIView._applyUpdatedConfig (uiView.js:251)
at UIView._viewConfigUpdated (uiView.js:237)
at configureUIView (view.js:150)
at Array.forEach (<anonymous>)
at ViewService.sync (view.js:158)
at ViewService.registerUIView (view.js:185)
at UIView.ngOnInit (uiView.js:113)
at checkAndUpdateDirectiveInline (core.js:21896)
at checkAndUpdateNodeInline (core.js:30359)
at checkAndUpdateNode (core.js:30321)
I was able to reproduce this with the example project at https://github.com/ui-router/angular-hybrid/tree/master/example after running ng update @angular/core --next
in the example project, then running npm run example
from the angular-hybrid project root.
Clicking on the "app.ng1" link works, but clicking on the "app.ng1.ng2" link causes the error, and the ng2 component is not displayed.
Metadata
Metadata
Assignees
Labels
No labels