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:
- Run the basic map example
- Set
searchAsMove and showSearchAsMove to true.
- Set the react prop on the places list to react to the map component
- Drag the map around and the list doesn't change. The markers change but the list doesn't.
Expected behavior
The list should update based on the bounding box of the map search.
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:
searchAsMoveandshowSearchAsMoveto true.Expected behavior
The list should update based on the bounding box of the map search.