- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 32.7k
 
Closed
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
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?
<div>
    <ListItem
        secondaryText = {<p> secondaryText </p>}
        disableTouchTap = {true}
        rightIconButton={options}
        style = {
            {
                fontSize : 16,
                lineHeight : "16px",
                backgroundColor : Colors.green50
            }
        }>
            <p>ABCD</p>
                <p>XYZ</p>
    </ListItem>
</div>
Metadata
Metadata
Assignees
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.