New-UDGridLayout with New-UDImage

Product: PowerShell Universal
Version: 3.7.10

I’m using UDGridLayout a bunch, but for the first time I have used it with a image.
Normally when elements doesn’t have a Id, they’ll get a random Id in gridlayout, and when you give them a Id the gridlayout indicator also change to “grid-element-(New-Id)”.
But I can’t seem to get this to work for images, they just keep the UId name, and changes I make, doesn’t seem to make any effect.

Not really sure what the cause for this is, can anyone else reproduce?
In my case I’ve only tested in dashboard pages.

I placed everything inside a stack and just placed the stack, this fixed my issue, but I’m still pretty sure there’s a problem with images and gridLayout