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
The class that I'm creating by passing in the "name" prop isn't being added to the class of the outer wrapping div in the child component.
This will occur as long as the string for "name" contains the same word that is passed in as "elementClasses", regardless of what is prepending or appending the word.
Given the following component:
This is what is rendered:
This is what I expected:
The class that I'm creating by passing in the "name" prop isn't being added to the class of the outer wrapping div in the child component.
This will occur as long as the string for "name" contains the same word that is passed in as "elementClasses", regardless of what is prepending or appending the word.
This occurred after updating to [email protected].
The text was updated successfully, but these errors were encountered: