Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
{label}
{React.cloneElement(children, { inputRef: setRef(id) })}
);
const toastCreatorForm = (
<form>
{Alert.ALERT_TYPES.map(type => (
<option value="{type}">
{type}
</option>
))}
Sticky
Show Link
</form>