Error rendering component (mu-list-item)

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!

This was actually resolved in 3.8.0. It has to do with having a single menu item in the list.

Note that we are investigating an issue with SQL schema updates so if you are using SQL I would not recommend upgrading quite yet: SQL Upgrade in 3.8.1 is not running properly · Issue #2186 · ironmansoftware/issues · GitHub

Thanks Adam,
Resolved!