Skip to content

After upgrade to 2.0.0-beta.7, application does not start #5453

@lukaszkukawski

Description

@lukaszkukawski

Bug, feature request, or proposal:

Bug

What is the expected behavior?

Possibility start applications

What is the current behavior?

After upgrade to 2.0.0-beta.7, application compile fine(server side(universal) and front side), but when i want to open page i have error in console server(this log show in loop):

ERROR TypeError: Cannot read property 'trim' of undefined
at Object.eval [as updateRenderer] (webpack:///./aot//@angular/material/typings/index.ngfactory.ts?:929:107)
at Object.updateRenderer (webpack:///./
/@angular/core/@angular/core.es5.js?:12977:70)
at checkAndUpdateView (webpack:///.//@angular/core/@angular/core.es5.js?:12496:14)
at callViewAction (webpack:///./
/@angular/core/@angular/core.es5.js?:12856:21)
at execComponentViewsAction (webpack:///.//@angular/core/@angular/core.es5.js?:12788:13)
at checkAndUpdateView (webpack:///./
/@angular/core/@angular/core.es5.js?:12497:5)
at callViewAction (webpack:///.//@angular/core/@angular/core.es5.js?:12856:21)
at execComponentViewsAction (webpack:///./
/@angular/core/@angular/core.es5.js?:12788:13)
> at checkAndUpdateView (webpack:///.//@angular/core/@angular/core.es5.js?:12497:5)
> at callViewAction (webpack:///./
/@angular/core/@angular/core.es5.js?:12856:21)
> ERROR TypeError: Cannot read property 'trim' of undefined...
> ERROR TypeError: Cannot read property 'trim' of undefined...
> ERROR TypeError: Cannot read property 'trim' of undefined...

And application does not start

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

"@angular/animations": "^4.1.1",
"@angular/common": "^4.2.5",
"@angular/compiler": "^4.2.5",
"@angular/core": "^4.2.5",
"@angular/forms": "^4.2.5",
"@angular/http": "^4.2.5",
"@angular/material": "^2.0.0-beta.7",
"@angular/platform-browser": "^4.2.5",
"@angular/platform-browser-dynamic": "^4.2.5",
"@angular/router": "^4.2.5",
"@ ngx-config/core": "^0.2.0-rc.5",
"@ ngx-meta/core": "^0.4.0-rc.2",
"@ types/express": "^4.0.36",
"@ types/mysql": "0.0.32",
"@ types/underscore": "^1.8.1",
"angular-async-local-storage": "^1.4.0",
"angular-in-memory-web-api": "^0.3.2",
"angular2-masonry": "^0.4.0",
"angular2-moment": "^1.3.3",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"moment": "^2.18.1",
"ngx-bootstrap": "^2.0.0-beta.2",
"ngx-facebook": "^2.4.0",
"rand-token": "^0.3.0",
"rxjs": "5.0.1",
"systemjs": "0.19.40",
"tinymce": "^4.6.4",
"underscore": "^1.8.3",
"zone.js": "^0.8.12"`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions