Diogo Santos

Results 1 comments of Diogo Santos

Since we are using thunk as a middleware async await wont work on this case, you can try this instead: ``` const handleSubmit = e => { e.preventDefault(); if (currentId...