Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
if (evt.type !== "mousemove") props.updateValue(props.name, value);
}
};
const reset = () => {
setValue(props.dflt);
props.updateValue(props.name, props.dflt);
};
const toggleExpanded = () => setExpanded(!expanded);
let option = (
);
return (
<li>
</li>