-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
I am experiencing an error in the browser console after upgrading from beta.4 to beta.5.
AFAIK there are no breaking changes in the code. The error message doesn't give me much information; maybe somebody knows what's going on.
The error message is the same in development and production mode.
No error output during compilation.
Browser error (preventing the application to bootstrap):
ERROR Error: Uncaught (in promise): TypeError: Object(...) is not a function
TypeError: Object(...) is not a function
at app.0579d7e8ad84bee767ca.bundle.js:54
at e.invoke (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at o.run (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at t.runOutsideAngular (app.0579d7e8ad84bee767ca.bundle.js:433)
at new t (app.0579d7e8ad84bee767ca.bundle.js:54)
at factory (app.0579d7e8ad84bee767ca.bundle.js:54)
at app.0579d7e8ad84bee767ca.bundle.js:621
at No (app.0579d7e8ad84bee767ca.bundle.js:621)
at Mo (app.0579d7e8ad84bee767ca.bundle.js:621)
at t.get (app.0579d7e8ad84bee767ca.bundle.js:636)
at app.0579d7e8ad84bee767ca.bundle.js:54
at e.invoke (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at o.run (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at t.runOutsideAngular (app.0579d7e8ad84bee767ca.bundle.js:433)
at new t (app.0579d7e8ad84bee767ca.bundle.js:54)
at factory (app.0579d7e8ad84bee767ca.bundle.js:54)
at app.0579d7e8ad84bee767ca.bundle.js:621
at No (app.0579d7e8ad84bee767ca.bundle.js:621)
at Mo (app.0579d7e8ad84bee767ca.bundle.js:621)
at t.get (app.0579d7e8ad84bee767ca.bundle.js:636)
at E (polyfills.b381d02f20eaa4d78933.bundle.js:15)
at E (polyfills.b381d02f20eaa4d78933.bundle.js:15)
at polyfills.b381d02f20eaa4d78933.bundle.js:15
at e.invokeTask (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at Object.onInvokeTask (app.0579d7e8ad84bee767ca.bundle.js:433)
at e.invokeTask (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at o.runTask (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at p (polyfills.b381d02f20eaa4d78933.bundle.js:8)
at <anonymous>
Versions:
- Angular 6.0.0-beta.8
- Material/CDK 6.0.0-beta.5
- Typescript: 2.7.2
- RxJS: 5.5.7
- Webpack: 4.2.0
No dependencies have been modified going from Material beta4->beta5
Metadata
Metadata
Assignees
Labels
No labels