Bug : Error when clicking using UDTooltip

Hello,
When I Click anywhere on my app while using UDTootip I get this error in the console :
image

New-UDTooltip -TooltipContent { 
    New-UDTypography -Text $EventData.note
} -Content { 
    New-UDTypography -Text "$($EventData.note[0..50])"
} -Id "tooltip"
Product: PowerShell Universal
Version: 5.0.10

I opened an issue in the tracker for this. I can’t reproduce it in 5.1.0 so I’m not sur e if that’s related or if there is something else happening.