Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: undefined is not a function #19998

Closed
roweldeguzman opened this issue Oct 28, 2017 · 5 comments
Closed

Uncaught TypeError: undefined is not a function #19998

roweldeguzman opened this issue Oct 28, 2017 · 5 comments

Comments

@roweldeguzman
Copy link

roweldeguzman commented Oct 28, 2017

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x] Bug report 
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question

Current behavior

screenshot from 2017-10-28 12-21-05

Minimal reproduction of the problem with instructions

Just create a new app using CLI ang then run ng build

Environment

Production
Angular version: 4.2.4

Browser:
- [ ] Chrome (desktop) version XX
- [x ] Chrome (Android) version 39.0.2171.93
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:
- Node version: 6.11.3
- Platform:  Linux
@alexzuza
Copy link
Contributor

alexzuza commented Oct 28, 2017

Hello!

I create new app using CLI every day and it works for me. If it doesn't work for you you should at least provide us reproduction. Your screenshot doesn't help us to understand what's the reason of it.

@roweldeguzman
Copy link
Author

Hi @alexzuza, did you use the environment I provided?

@roweldeguzman
Copy link
Author

@alexzuza it actually working from chrome version 45-latest in android, lower than version 45 then it produce error. sorry for not mentioning earlier.

@trotyl
Copy link
Contributor

trotyl commented Oct 28, 2017

Line 3084 is:

return options.reduce(function (merged, opt) { return (Object.assign({}, merged, opt)); }, {});

Please have a look of https://angular.io/guide/browser-support first and have a search of Object.assign in this repo.

Mark for better linking: #16286, #18588. (There're well-explained description)

Can be closed as duplicate of more than dozens of other issues.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@alexzuza @trotyl @roweldeguzman and others