gsoft-inc/sg-orbit

๐Ÿ› opacityHover causes a Warning in the console

Closed this issue ยท 1 comments

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

Describe the bug

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
image

Steps 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

Fixed in #1222