@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.
package/dist/react.esm.js CHANGED
@@ -3262,7 +3262,7 @@ function useEvergisTileLayer(_ref) {
3262
3262
  crs,
3263
3263
  opacity
3264
3264
  }, api), // eslint-disable-next-line react-hooks/exhaustive-deps
3265
- [name, subDomains, crs, opacity]);
3265
+ [name, sourceUrl, subDomains, crs, opacity]);
3266
3266
  useEffect(() => () => {
3267
3267
  map.indexOf(layer) !== -1 && map.removeLayer(layer);
3268
3268
  }, // eslint-disable-next-line react-hooks/exhaustive-deps