Lazy loaded Linaria components have wrong specificity when decorated with styled()
#1415
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
needs: complete repro 🖥️
Issue need to have complete repro provided
Environment
6.2.0
6.2.1
5.2.13
v22.2.0
Description
When decorating Linaria components with
styled()
, the resulting class has proper specificity achieved by chaining classes:.classBaseComponent.classDecoratingComponent
, but that does not work if the base component is lazy-loaded.Reproducible Demo
https://stackblitz.com/edit/stackblitz-starters-ldrzpa
The text was updated successfully, but these errors were encountered: