I’m getting the following in my Nav bar after moving from 3.7.8 to 3.7.14
Error rendering component (mu-list-item)
This error is not expected. Please report it to Ironman Software.
COPY ERROR DETAILS
Error rendering component (mu-list-item)
TypeError: props.children.find is not a function
Using ‘New-UDStyle -Style’ to achive multi-tier sub-items
New-UDListItem -Label “one” -Icon (New-UDIcon -Icon server -Size lg) -Children {
New-UDStyle -Style ’
div.MuiListItemIcon-root{
padding-left: 10px;
}
’ -Content {
}
Anyone facing similar issues?
Thanks!