Closed wSedlacek closed 2 years ago
Recreation:
https://stackblitz.com/edit/node-yfjhw4?file=index.ts
npm run start
This is fixed by fb55/css-select#582, which was merged on Oct 15th but has not yet been released.
The fix of css-select was published with version 4.2.0 https://github.com/fb55/css-select/releases/tag/v4.2.0
When using the
:where
selector withcritters@0.0.14
as part of@angular-devkit/build-angular@13.0.4
like in the following selector:I get the following warning in my console
And the selector does not get inlined.