Getting "unmatched pseudo-class :lang" after updating Angular 14

540 Views Asked by At

After updating to angular 14 and making build i am get this error.

1 rules skipped due to selector errors: .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang

enter image description here

This is Index.html file

enter image description here

I am not understanding what the issue is. How can I sort out this error?

I upgraded both Angular and Bootstrap version

  • Angular : 14
  • Bootstrap : 4.6.0
1

There are 1 best solutions below

0
Md ishtiyaque On

upgrade Bootstrap 5+ resolved this issue, works for me