gothinkster / angularjs-realworld-example-app

Exemplary real world application built with Angular 1.5 + ES6
https://angularjs.realworld.io
MIT License
453 stars 376 forks source link

Some console errors when running `gulp` #13

Closed dmitriz closed 7 years ago

dmitriz commented 7 years ago
main.js:19066 Error: transition superseded(…) "Possibly unhandled rejection: {}"(anonymous function) @ main.js:19066
main.js:19066 Error: transition prevented(…) "Possibly unhandled rejection: {}"(anonymous function) @ main.js:19066
main.js:19066 Error: transition aborted(…) "Possibly unhandled rejection: {}"(anonymous function) @ main.js:19066
main.js:19066 Error: transition failed(…) "Possibly unhandled rejection: {}"(anonymous function) @ main.js:19066
main.js:19066 TypeError: Cannot read property 'type' of undefined(…)(anonymous function) @ main.js:19066

They seem to come from Angulars core module.

EricSimons commented 7 years ago

Fixed with https://github.com/gothinkster/angularjs-realworld-example-app/pull/11!