-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Table] Does not work when targetting ES6 since Angular Material 6.4.2-6.4.5 (6.4.1 is working fine) #12697
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
Comments
I do have the same issue with All my table spec tests failed with the mentioned error. |
Any update on this? It's kind of a big deal not being able to target ES6. |
Still unable to use ES6 on v7.0.2. MatTableModule throws "ctorParameters.map is not a function" |
@tarmo-randma There was 2 fixes one didn't make it into 7.0.2 but it should be good on master or the next release. See our discussion here #13709 (comment) And the updated fix #13834 |
Related to angular/angular-cli#12832 Minimal Reproduction Repo: |
Got this error when i upgraded from Angular 7 to 9 and tried to use mat-table. Very problematic. Here are the relevant files: package.json
tsconfig.json
|
Bug, feature request, or proposal:
[Table] Does not work when targeting ES6 since Angular Material 6.4.2-6.4.5 (6.4.1 is working fine)
What is the expected behavior?
Angular Material Table should be rendered correctly
(I have to revert @angular/material back to 6.4.1 as 6.4.2 - 6.4.5 are unable to render the table.
What is the current behavior?
_differs is undefined at table.js:324
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Target : ES6
Browser: Firefox, Chrome, Edge
The text was updated successfully, but these errors were encountered: