Showing 1 of 1 total issue
Function keysCoincide
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
onKeysCoincide: function keysCoincide() { var props = this.props || {}; var timeout = props.timeout || null; var onKeysCoincide = props.onKeysCoincide || null; var onTimeout = props.onTimeout || null;
- Read upRead up