-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Chip] gets warning when I put inside <p> element #4830
Comments
I didn't tested much with 'span', but at least it works on my environment(and hopefully in chrome). I'll create PR for this if it seems okay to be changed. |
The |
You should be able to use the |
Sounds great to make a contribution! I'll make a PR to make |
Problem description
React warning
validateDOMNesting
occurs when I putChip
element insidep
element. hope Chip uses other than 'div' as containerElement. how about using 'span' instead?Steps to reproduce
javascript console says,
Versions
The text was updated successfully, but these errors were encountered: