Skip to content

Commit b928caa

Browse files
authored
Merge pull request AllenFang#1516 from inDream/v4.0.0-dev
Fix PropTypes for React 16
2 parents c7ab34c + ea8ca51 commit b928caa

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)