Describe the bug
If I put a string in defaultValue of my DataSearch, I see results in DataList but nothing on the map. If I type this same string in the search field of my DataSearch and press 'Return', I get the same results in DataList, but I can see the plots on the map.
Expected behavior
When a Elasticsearch request is triggered (through defaultValue or type by user), map should synchronise as well.
Affected Projects React
Library Version: "@appbaseio/reactivemaps": "^3.0.0-beta.4", "@appbaseio/reactivesearch": "^3.3.7",
Describe the bug If I put a string in defaultValue of my DataSearch, I see results in DataList but nothing on the map. If I type this same string in the search field of my DataSearch and press 'Return', I get the same results in DataList, but I can see the plots on the map.
Expected behavior When a Elasticsearch request is triggered (through defaultValue or type by user), map should synchronise as well.