Hi, i have a quiz app. At the end of the quiz, I show the user's results and update the completion number property in the mongoDB backend.
I am noticing that the component is making the PATCH request 3 times, therefore tripling the completion number. How can i prevent this behaviour?
Thank you!
