Skip to content

Commit 54c760f

Browse files
committed
Removed propTypes from AsyncComponent in stories since it doesn't play well with story source
1 parent fb2f221 commit 54c760f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stories/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import '../node_modules/bootstrap/dist/css/bootstrap.css';
88
import './styles.css';
99

1010
class AsyncComponent extends React.Component {
11-
static propTypes = {
12-
onComplete: PropTypes.func,
13-
};
14-
1511
state = {
1612
height: 100,
1713
complete: false,

0 commit comments

Comments
 (0)