react-code-input
react-code-input copied to clipboard
Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code
Hey, only i have this warning? How i can this change?
My Code
<ReactCodeInput className={pin-input ${error ? 'error-input' : ''}} type='number' fields={4} value={value} onChange={onChange} disabled={isPending} name={'email-pin'} inputMode={'numeric'} />
same here
same