| 30 | |
| 31 | export default function withMapControl({ getFormat, getMap } = {}) { |
| 32 | return class MapControl extends React.Component { |
| 33 | static propTypes = { |
| 34 | onChange: PropTypes.func.isRequired, |
| 35 | field: PropTypes.object.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected