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.
1 parent b93c199 commit 1f785bcCopy full SHA for 1f785bc
packages/material-ui-utils/src/refType.js
@@ -1,5 +1,5 @@
1
import PropTypes from 'prop-types';
2
3
-const refType = PropTypes.oneOfType([PropTypes.func, PropTypes.PropTypes.object]);
+const refType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]);
4
5
export default refType;
0 commit comments