@contentful/field-editor-reference 4.6.3 → 4.6.4

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.
@@ -1924,7 +1924,7 @@ var nonNilResources = function nonNilResources(map) {
1924
1924
 
1925
1925
  function useEntitiesStore(props) {
1926
1926
  var spaceId = props.sdk.ids.space;
1927
- var environmentId = props.sdk.ids.environment;
1927
+ var environmentId = props.sdk.ids.environmentAlias || props.sdk.ids.environment;
1928
1928
 
1929
1929
  var _React$useState = useState(function () {
1930
1930
  return createClient({