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'm having some trouble trying to get proper typings on getTooltip. Given the following code:
I get this error:
My layers are properly typed and working as intended, but for some reason PickInfo won't work with my custom object type. I don't see any constraints on D nor any other way to hint to the compiler what D is. Any help is greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
I'm having some trouble trying to get proper typings on
getTooltip
. Given the following code:I get this error:
My layers are properly typed and working as intended, but for some reason PickInfo won't work with my custom object type. I don't see any constraints on
D
nor any other way to hint to the compiler whatD
is. Any help is greatly appreciated, thanks!The text was updated successfully, but these errors were encountered: