Skip to content

Commit 3c49dbe

Browse files
Update react-loading.jsx
1 parent 02d5a8e commit 3c49dbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/react-loading.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export default class Loading extends Component {
1616
PropTypes.string,
1717
PropTypes.number,
1818
]),
19-
// eslint-disable-next-line react/forbid-prop-types
20-
style: PropTypes.object,
19+
style: PropTypes.shape(),
2120
};
2221

2322
static defaultProps = {

0 commit comments

Comments
 (0)