Affected Projects
React
Library Version:
"@appbaseio/reactivemaps": "^3.0.0-beta.11"
"@appbaseio/reactivesearch": "^3.12.5"
Describe the bug
When you use the search as move feature in a reactive openstreet map, other components don't react to that component id. The map reacts to other list components fine but not the other way around.
To Reproduce
Steps to reproduce the behavior:
searchAsMove and showSearchAsMove to true.Expected behavior
The list should update based on the bounding box of the map search.
I'm also trying to get List components to react to bounding box queries in the map component. Is this possible?
@rbeers Can you please share a codesandbox link?
@bietkul Here is a codesandbox example: https://codesandbox.io/s/priceless-germain-p0q2e
Most helpful comment
I'm also trying to get
Listcomponents to react to bounding box queries in the map component. Is this possible?