You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a fairly big issue when using javascript variables with styled jsx when in a loop.
It basically breaks the rendering of :after :before tags, such as icons.
Hello,
I've noticed a fairly big issue when using javascript variables with styled jsx when in a loop.
It basically breaks the rendering of :after :before tags, such as icons.
Here is the example component:
The result are broken before tags:
Simply removing the JS style variables causes everything to work just fine.
Am I not using it correctly?
The text was updated successfully, but these errors were encountered: