diff --git a/addons/info/src/components/types/ArrayOf.js b/addons/info/src/components/types/ArrayOf.js index 81834331ced..28f1dffe815 100644 --- a/addons/info/src/components/types/ArrayOf.js +++ b/addons/info/src/components/types/ArrayOf.js @@ -1,3 +1,4 @@ +/* eslint-disable import/no-cycle */ import React from 'react'; import PrettyPropType from './PrettyPropType'; diff --git a/addons/info/src/components/types/ObjectOf.js b/addons/info/src/components/types/ObjectOf.js index e27908d814a..48a56d91026 100644 --- a/addons/info/src/components/types/ObjectOf.js +++ b/addons/info/src/components/types/ObjectOf.js @@ -1,3 +1,4 @@ +/* eslint-disable import/no-cycle */ import React from 'react'; import PrettyPropType from './PrettyPropType'; diff --git a/addons/info/src/components/types/OneOfType.js b/addons/info/src/components/types/OneOfType.js index 8b04c5fb484..2b269d0dad6 100644 --- a/addons/info/src/components/types/OneOfType.js +++ b/addons/info/src/components/types/OneOfType.js @@ -1,3 +1,4 @@ +/* eslint-disable import/no-cycle */ import React from 'react'; import PrettyPropType from './PrettyPropType'; diff --git a/addons/info/src/components/types/PrettyPropType.js b/addons/info/src/components/types/PrettyPropType.js index 63b17234b87..ff7ea413614 100644 --- a/addons/info/src/components/types/PrettyPropType.js +++ b/addons/info/src/components/types/PrettyPropType.js @@ -1,3 +1,4 @@ +/* eslint-disable import/no-cycle */ import PropTypes from 'prop-types'; import React from 'react'; diff --git a/addons/info/src/components/types/Shape.js b/addons/info/src/components/types/Shape.js index 2b8e1cc0d56..a9f1b6c5aff 100644 --- a/addons/info/src/components/types/Shape.js +++ b/addons/info/src/components/types/Shape.js @@ -1,3 +1,4 @@ +/* eslint-disable import/no-cycle */ import PropTypes from 'prop-types'; import React from 'react'; diff --git a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap index 6ca123c579d..6456e23ee47 100644 --- a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap +++ b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap @@ -8366,7 +8366,7 @@ exports[`Storyshots UI|Sidebar/Sidebar loading 1`] = ` }