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 2d45f67 commit be88ff9Copy full SHA for be88ff9
src/components/Steps/index.js
@@ -21,6 +21,7 @@ export default class Steps extends Component {
21
PropTypes.shape({
22
element: PropTypes.oneOfType([
23
PropTypes.string,
24
+ /* istanbul ignore next */
25
typeof Element === 'undefined' ? PropTypes.any : PropTypes.instanceOf(Element),
26
]),
27
intro: PropTypes.node.isRequired,
0 commit comments