| 8 | |
| 9 | //this input appears when adding a new value to an object |
| 10 | export default class extends React.PureComponent { |
| 11 | render() { |
| 12 | const { active, theme, rjvId } = this.props; |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected