New-UDDynamic does not consistently execute

Product: PowerShell Universal
Version: 4.2.15

I’m experiencing an issue with the New-UDDynamic component in my Universal Dashboard application. When I include a New-UDTypography element (or any other element) within a New-UDDynamic like this:

New-UDDynamic -Id "dynamic" -Content {
    New-UDTypography -Text "Dynamic content"
}

Sometimes it displays correctly, and other times it doesn’t. This behavior seems to occur randomly when refreshing the page. I’ve noticed this happening consistently across all pages and with different code implementations.

I’m wondering if anyone else has encountered similar behavior or if there’s a known solution or workaround for this issue. Any insights or suggestions would be greatly appreciated. Thank you!