Hans Van Nieuwenhuyse

Results 5 comments of Hans Van Nieuwenhuyse

@BetoGlez Unfortunately I haven't been able to find a solution. I tried conditionally rendering the modal, but once it has been opened the navigation breaks. So that didn't do the...

@BetoGlez That works indeed. One catch is that using that hook makes the modal loose it's references to a redux store and apollo client (if your app has one). So...

> Hi, > I have created a pull-request for this one now. > [PR #2287](https://github.com/vuematerial/vue-material/pull/2287) > > @marqbeniamin could you review it? While your PR fixes possible data integrity errors,...

@edwinmrb There is another way you could zoom in on the map to uncluster the markers without calculating the zoom level: Do a CameraUpdate with LatLngBounds from the markers in...

@Lerobindesbois @Da1mo For the time being, you could use the PR in your pubspec: ``` google_maps_cluster_manager: git: url: https://github.com/MacDeveloper1/google_maps_cluster_manager.git ref: fix/cluster ```