HackYourFuture-CPH / FP-annotatetheweb-class10

Final Project for Class10 - Annotatetheweb.com
MIT License
3 stars 0 forks source link

fix race condition #185

Closed bytewiz closed 4 years ago

bytewiz commented 4 years ago

So the issue was passing the state before the state is fully set as the state is async a race condition occurs which means the last change update doesn't fire fast enough for the state to update before it is passed :v:

Also, I remove an onSubmit that didn't seem to do anything