You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out that after changing the property from -Titel to -Text anything worked as expected.
Title is an internal property of UD or one of the component and this can be the reason that my variable was $null.
A error message would have saved me a lot of time and I think this is not the only example that can happen.
Version Information
Operating System: Win10
PowerShell Version: 5.1.17763.1007
Universal Dashboard Version: v3.0.0-beta1
UD Hosting Method: Powershell
The text was updated successfully, but these errors were encountered:
Describe the Issue
I came across that my components are getting $null value from the parameter I pass to the functions.
New-AppBar -Titel 'ObjectType'
I figured out that after changing the property from
-Titel
to-Text
anything worked as expected.Title is an internal property of UD or one of the component and this can be the reason that my variable was $null.
A error message would have saved me a lot of time and I think this is not the only example that can happen.
Version Information
The text was updated successfully, but these errors were encountered: