Skip to content

Commit ea8ca51

Browse files
committed
Fix PropTypes for React 16
1 parent c7ab34c commit ea8ca51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ExpandRowHeaderColumn.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import React, { Component, PropTypes } from 'react';
1+
import React, { Component } from 'react';
2+
import PropTypes from 'prop-types';
23

34
class ExpandRowHeaderColumn extends Component {
45

0 commit comments

Comments
 (0)