Reactjs – Unable to get latest value from React State
This is my React Component. and when I enter total 6 digits in Otp Input; the onComplete method is getting invoked which will trigger handleSubmit function and It should print the latest value of state otp. But it is just…