The value passed to the element selector function (usually $w), must be of type string

In your code you’re treating the menuItems as if it was an array, but it’s actually just an object.
So either change it to be an array or change your script to handle an object.