(inputProps)
| 3483 | } |
| 3484 | |
| 3485 | function _assertCheckedLink(inputProps) { |
| 3486 | _assertSingleLink(inputProps); |
| 3487 | !(inputProps.checked == null && inputProps.onChange == null) ? "development" !== 'production' ? invariant(false, 'Cannot provide a checkedLink and a checked property or onChange event. ' + 'If you want to use checked or onChange, you probably don\'t want to ' + 'use checkedLink') : invariant(false) : void 0; |
| 3488 | } |
| 3489 | |
| 3490 | var propTypes = { |
| 3491 | value: function (props, propName, componentName) { |
no test coverage detected
searching dependent graphs…