40818419 / react-code-input

React component for entering and validating PIN code.
MIT License
314 stars 129 forks source link

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code #176

Open kit52 opened 1 year ago

kit52 commented 1 year ago

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'} />

DarioLopes commented 1 year ago

same here

JMSevilla commented 11 months ago

same