I have a list with name of places that are displayed as icons in kepler.gl.When user hover over the list i want to change color of that property like we hover over icon the color changes.
I tried dispatch(onLayerClick({ info: property))
, but it doesn't work, can anyone help me how to call this action.