-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Error using ListItem #1112
Comments
looks like a duplicated key somewhere. If you remove one of the p it works again? |
@vig9295 I just copied your code and dumped it into the list doc page and the only thing I had to do is remove the |
I tried removing the rightIconButton and it doesnt work still. The moment I remove the ListItem and put in something else it starts to work. There's nothing wrapping the divs in this file. This structure fits into a Card which is inside a List. It doesnt work even when removing one of the p tags. |
I also am having issues nesting list items under other list items. Even the basic example on the docs page doesn't work for me. |
@vig9295 Are you still experiencing this issue? |
I'm closing this, it seems to be abandoned. feel free to reopen if it persists 😁 |
While using the new version of ListItem this bit of code resulted in the following error uncaught Error: Invariant Violation: ReactMount: Two valid but unequal nodes with the same
data-reactid
Note that this ListItem itself was nested in other lists and cards. Funny thing is the same code worked with the earlier version of material-ui. Just wondering what changed and what I can do to fix this?
The text was updated successfully, but these errors were encountered: