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 d04d383 commit 9f3db03Copy full SHA for 9f3db03
lib/steps_components/custom/CustomStep.jsx
@@ -1,4 +1,3 @@
1
-import _ from 'lodash';
2
import React, { Component } from 'react';
3
import PropTypes from 'prop-types';
4
import Loading from '../common/Loading';
@@ -64,7 +63,7 @@ CustomStep.propTypes = {
64
63
};
65
CustomStep.defaultProps = {
66
previousValue: '',
67
- speak: _.noop,
+ speak: () => {},
68
69
70
export default CustomStep;
0 commit comments