@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.
package/dist/react.esm.js CHANGED
@@ -3371,6 +3371,7 @@ function useFeatureLayer(_ref) {
3371
3371
  }, [features, opacity]);
3372
3372
  useLayerOrder(layer, zIndex);
3373
3373
  useLayerVisibility(layer, isDisplayed);
3374
+ useLayerOpacity(layer, opacity);
3374
3375
  return layer;
3375
3376
  }
3376
3377