@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.
- package/CHANGELOG.md +6 -0
- package/dist/field-editor-reference.cjs.development.js +4 -2
- package/dist/field-editor-reference.cjs.development.js.map +1 -1
- package/dist/field-editor-reference.cjs.production.min.js +1 -1
- package/dist/field-editor-reference.cjs.production.min.js.map +1 -1
- package/dist/field-editor-reference.esm.js +4 -2
- package/dist/field-editor-reference.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1792,8 +1792,10 @@ var ScheduledIconWithTooltip = function ScheduledIconWithTooltip(_ref) {
|
|
|
1792
1792
|
type: 'error',
|
|
1793
1793
|
error: e
|
|
1794
1794
|
});
|
|
1795
|
-
});
|
|
1796
|
-
|
|
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;
|