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.
2 parents c7ab34c + ea8ca51 commit b928caaCopy full SHA for b928caa
src/ExpandRowHeaderColumn.js
@@ -1,4 +1,5 @@
1
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
2
+import PropTypes from 'prop-types';
3
4
class ExpandRowHeaderColumn extends Component {
5
0 commit comments