-
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
material has no exported member 'ComponentType'. #913
Comments
seemingly it is imported from
now (it was a grep -r search, and two replacements)
|
I get this too: |
Im assuming you are all using
|
after downgrade error was gone, thanks. |
you are right it became material beta.12. maybe, it would be better to use fix version number in package.json, not the at least version. (i've just run "npm run reinstall", and voilá, material beta.12 was installed, under the hood, not beta.11. if i ran it some hours earlier it would be beta.11 now) |
Thats why we also use yarn, if we wanna develop normally we use |
Patch https://github.com/Teradata/covalent/releases/tag/v1.0.0-beta.8-1 has been released with |
It looks like Material2 may have removed this ComponentType component.
A fresh install results in a build error.
ERROR in....
node_modules/@covalent/core/dialogs/services/dialog.service.d.ts
node_modules/@angular/material/material
...has no exported member 'ComponentType'.The text was updated successfully, but these errors were encountered: