Replies: 1 comment
-
- getTooltip: (info: PickingInfo) => {
- return getTooltip(info), // Getting type issue here since there is no tile property on PickingInfo
- },
+ getTooltip: getTooltip |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do i type the getTooltip info properly in this case? I've taken the code from this example: https://deck.gl/examples/tile-layer-non-geospatial
Not seeing the same issue in the tsx example
Beta Was this translation helpful? Give feedback.
All reactions