We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59902c3 commit 02d5a8eCopy full SHA for 02d5a8e
lib/react-loading.jsx
@@ -16,7 +16,7 @@ export default class Loading extends Component {
16
PropTypes.string,
17
PropTypes.number,
18
]),
19
- // eslint-disable-next-line forbid-prop-types
+ // eslint-disable-next-line react/forbid-prop-types
20
style: PropTypes.object,
21
};
22
0 commit comments