-
Notifications
You must be signed in to change notification settings - Fork 357
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
Build failed with type error. #236
Comments
How do you have your Trying to replicate it, but cant seem to do so.. any additional information you have would be much appreciated. |
Here is the tsconfig file content.
|
i might be out of my depth but this is what we have in covalent-quickstart
|
Yeah, please try using the same config as us. Most of the angular/angular@material repos use that same config for
e.g. |
Ok, manage to replicate it.. its a problem when upgrading to We are still on |
Bug Report
ERROR in [at-loader] node_modules@covalent\core\file\directives\file-drop.directive.ts:84:43
Argument of type 'string[]' is not assignable to parameter of type 'DOMStringList'.
Property 'contains' is missing in type 'string[]'.
Which version of Angular and Material, and which browser and OS does this issue affect?
@covalent/core : 0.10.2
typescript version 2.1.4
webpack version 1.14.0
Did this work in previous versions of Angular / Material?
*Covalent/core worked with previous versions.
*CovalentFileModule was an independent module till covalent 0.9.0 (@covalent/file-upload) . *@covalent/core : 0.10.2 build fails with the error.
The text was updated successfully, but these errors were encountered: