This typically happens when you download the ZIP file and extract it without unblocking the files. Run Get-ChildItem -Recurse | Unblock-File against the installation directory.
New-UDTabs -Tabs {
New-UDTab -Text 'Item One' -Content { }
i have a page that uses the above and it was show up blank , the moment i removed New-UDTabs -Tabs {
New-UDTab -Text 'Item One' -Content { }
its working again without a Tab