(props)
| 46 | }; |
| 47 | |
| 48 | const getModeFromProps = (props) => { |
| 49 | return props.selectedIndex === null ? MODE_UNCONTROLLED : MODE_CONTROLLED; |
| 50 | }; |
| 51 | |
| 52 | const checkForIllegalModeChange = (props, mode) => { |
| 53 | if ( |
no outgoing calls
no test coverage detected
searching dependent graphs…