@contentful/field-editor-reference 4.3.6 → 4.3.7

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.
@@ -1792,8 +1792,10 @@ var ScheduledIconWithTooltip = function ScheduledIconWithTooltip(_ref) {
1792
1792
  type: 'error',
1793
1793
  error: e
1794
1794
  });
1795
- });
1796
- }, [getEntityScheduledActions, entityType, entityId]);
1795
+ }); // This should only be ever called once. Following the eslint hint to add used
1796
+ // dependencies will cause page freeze (infinite loop)
1797
+ // eslint-disable-next-line
1798
+ }, []);
1797
1799
 
1798
1800
  if (status.type === 'loading' || status.type === 'error') {
1799
1801
  return null;