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
It looks like that MyMenu receives className but not class.
I haven't had time to look at the hx code to see where this could be taken care of, but I think that given that I can use MyMenu from other places by using class, it should be usable also with native React components wrapping it.
Thoughts?
The text was updated successfully, but these errors were encountered:
Hi again :)
I just ran into another issue with class & className (based on hx 0.4):
At various places, I'm wrapping some of my defnc components with react-bootstrap "Collapse" components.
The bootstrap collapse component will pass in an extra "className" attribute to my component, which I have to stick to my top-level div.
Example:
It looks like that
MyMenu
receivesclassName
but notclass
.I haven't had time to look at the hx code to see where this could be taken care of, but I think that given that I can use
MyMenu
from other places by usingclass
, it should be usable also with native React components wrapping it.Thoughts?
The text was updated successfully, but these errors were encountered: