We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8410ef + 062888b commit 15fac4dCopy full SHA for 15fac4d
1 file changed
src/util.js
@@ -1,4 +1,4 @@
1
-import {PropTypes} from 'react';
+import PropTypes from 'prop-types';
2
3
export const getDisplayName = (C) => C.displayName || C.name || 'Component';
4
0 commit comments