Description
Currently there are a resize props on Map Component that when change it triggers updateSize() or invalidateSize()
these are the actions where resize has been used
In some cases could be useful to have a simple action that increase resize to trigger the invalidate or update function (resizeMap, RESIZE_MAP)
e.g. when a map is inside a layout that changes size of map container
Other useful information (optional):
this polyfill or it's implementation can be useful, waiting for the implementation of ResizeObserver
Description
Currently there are a resize props on Map Component that when change it triggers updateSize() or invalidateSize()
openlayers
leaflet
these are the actions where resize has been used
In some cases could be useful to have a simple action that increase resize to trigger the invalidate or update function (resizeMap, RESIZE_MAP)
e.g. when a map is inside a layout that changes size of map container
Other useful information (optional):
this polyfill or it's implementation can be useful, waiting for the implementation of ResizeObserver