We have a React component with the following selector: ::-webkit-slider-thumb:active. The method insertRule fails to parser this rule:
This issue happens every time you concatenate a webkit pseudo-element with a pseudo-class. The problem is that the rest of the stories stop working whenever this error is thrown because they cannot load their respective styles.
We have a React component with the following selector:
::-webkit-slider-thumb:active
. The methodinsertRule
fails to parser this rule:This issue happens every time you concatenate a webkit pseudo-element with a pseudo-class. The problem is that the rest of the stories stop working whenever this error is thrown because they cannot load their respective styles.