Closed LaurentDario closed 1 year ago
We discovered while working on the shared navigation, that the use of opacityHover generates a warning in the console that seems to depend on Orbit
opacityHover
Using opacityHover on a Div adds the o-ui-o-hover to the div concerned, but the console seems to suggest that it should be oUiOHover instead
o-ui-o-hover
oUiOHover
Add opacityHover={1} to an Orbit element supporting Style props and check the console when running the project.
opacityHover={1}
No error or warning should show in the console
Fixed in #1222
We discovered while working on the shared navigation, that the use of
opacityHover
generates a warning in the console that seems to depend on OrbitDescribe the bug
Using
opacityHover
on a Div adds theo-ui-o-hover
to the div concerned, but the console seems to suggest that it should beoUiOHover
insteadSteps to reproduce
Add
opacityHover={1}
to an Orbit element supporting Style props and check the console when running the project.Expected results
No error or warning should show in the console