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 managed to use react-typeahead with styled-components by styled(Typeahead), but I don't know whether i can use styled-components with customClasses(input and results). Currently, I'm using CSS Modules(with classnames package) and I want to change to styled-components.
I'm thinking about using it with injectGlobal. Is this only way to achieve my goal?
The text was updated successfully, but these errors were encountered:
I managed to use react-typeahead with styled-components by
styled(Typeahead)
, but I don't know whether i can use styled-components with customClasses(input and results). Currently, I'm using CSS Modules(with classnames package) and I want to change to styled-components.I'm thinking about using it with
injectGlobal
. Is this only way to achieve my goal?The text was updated successfully, but these errors were encountered: