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
If the argument type is a function, classy creates a wrapped component.
Classy components can be extended by calling an extend method. If a classnames object is the argument, it is merged with the original classnames object. If a function is the argument, the original component is wrapped, as per 1.
The text was updated successfully, but these errors were encountered:
Instead of writing:
I could write:
Or:
This would introduce two API changes:
extend
method. If a classnames object is the argument, it is merged with the original classnames object. If a function is the argument, the original component is wrapped, as per 1.The text was updated successfully, but these errors were encountered: