Angular 12.1 some Inline styles will fail in the test command #21236
Labels
area: @ngtools/webpack
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 12.0.3Description
Running a test will throw an error when the inline style is:
🔬 Minimal Reproduction
https://github.com/hsuanxyz/ng-12-1-inline-styles-issue
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
This is a minimal recurrence, with a few changes to the content errors will not appear. For examples:
[` +. .foo { } .content { display: flex; } .extra > a { } `]
[` .content { display: flex; } + .extra > a { } `]
The text was updated successfully, but these errors were encountered: