Hello.
I'm still trying to get my head around hitTests and hover functionality.
I've been playing around with the Feature widget - Query graphics from multiple layers example and wanted to figure out how to have it so that features are queried on hover, rather than click.
However, when I changed the reactiveUtils to "pointer-move", instances of the same popuptemplate keep generating. Is it right that a debounce() function would be necessary to prevent duplicate popups? Such as in the Feature widget in a side panel example.
Just a bit lost as to how to implement this. Any guidance would be greatly appreciated.