[v4] some classes not applied after migrating to react19 #17192
Unanswered
CiernaOvca
asked this question in
Help
Replies: 1 comment 6 replies
-
It seems like |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
some of the styles are not being applied properly after trying to migrate to react19
for example background color on the button (specifically on button element, it works on div element)
DOM:

from the devtools I can see that there's a transparent background-color applied from base, not sure

styles in the button component:
index.css file:
can anyone give me an idea of what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions