Javascript – Handling simple hydration mismatch after fetch in Nuxt 3
I am making a simpe "email confirm" page. It gets confirm key from URL, sends a POST request to API which returns true or nothing. If key is correct the API removes it from database and returns true so the…