@evergis/react 2.0.147 → 2.0.148

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.
@@ -3373,6 +3373,7 @@ function useFeatureLayer(_ref) {
3373
3373
  }, [features, opacity]);
3374
3374
  useLayerOrder(layer, zIndex);
3375
3375
  useLayerVisibility(layer, isDisplayed);
3376
+ useLayerOpacity(layer, opacity);
3376
3377
  return layer;
3377
3378
  }
3378
3379