-
Notifications
You must be signed in to change notification settings - Fork 24
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
ERROR TypeError: Class constructor DataSource cannot be invoked without 'new' #36
Comments
The error went away when i set the target back to "es5" in tsconfig.json after the update to 8.1 |
Any fixes planned for it? |
I experienced this today as well, the work around did work for me, but I am also wondering if this can be fixed. |
…e#36 - Upgrade dev deps (replace uglify-js with [email protected]) - Add rollup plugins as dev deps - Fix rollup.config, to use plugins
After upgrading to angular/cdk 10, see the same issue, is there any fix? Already tried everything including ES6 and ES2015. |
@ danyssespindola faceing the same issue for same example |
Hi,
![image](https://user-images.githubusercontent.com/42477448/61325196-8c53d180-a7ea-11e9-82f6-c771ff3fea4f.png)
I installed the last version of this component and I implemented the example from link https://stackblitz.com/edit/angular-tj9f6y but dosen't work. I get this error:
Any ideias why? My project uses Angular 8.1.0 and Angular Material 8.0.0.
Thanks
The text was updated successfully, but these errors were encountered: