@evergis/react 2.0.116 → 2.0.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3264,7 +3264,7 @@ function useEvergisTileLayer(_ref) {
3264
3264
  crs,
3265
3265
  opacity
3266
3266
  }, api$1), // eslint-disable-next-line react-hooks/exhaustive-deps
3267
- [name, subDomains, crs, opacity]);
3267
+ [name, sourceUrl, subDomains, crs, opacity]);
3268
3268
  React.useEffect(() => () => {
3269
3269
  map.indexOf(layer) !== -1 && map.removeLayer(layer);
3270
3270
  }, // eslint-disable-next-line react-hooks/exhaustive-deps