Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
render() {
const { image, inputRef, ...props } = this.props;
return (
{image && (
)}
<input>
);
}
};
{this.state.messages.map(text => (
<img size="{badgeSizes.SMALL}" src="{errorIconSrc}">
))}