I already updated @angular/material and @angular/cdk to v beta.12 but I got this error
ERROR Error: The "mat-" prefix cannot be used in ng-material v1 compatibility mode. It was used on an "mat-list" element.
What's wrong ??
If you are on beta.12 and have already made the conversion to mat-, then you should be able to remove {provide: MATERIAL_COMPATIBILITY_MODE, useValue: true},
I don't use MATERIAL_COMPATIBILITY_MODE in my code
if you are using "covalent" or "md2" see also
https://github.com/Teradata/covalent/issues/923
https://github.com/Promact/md2/issues/290
Please refer all troubleshooting questions to StackOverflow, Gitter, or Google Groups.
I'm currently using md2, that's the source of the problem,
thanks
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._
Most helpful comment
if you are using "covalent" or "md2" see also
https://github.com/Teradata/covalent/issues/923
https://github.com/Promact/md2/issues/290