monlasan
monlasan
NNuxt
Created by monlasan on 8/10/2024 in #❓・help
Error Handling with useFetch and useAsyncData working only once
how do i handle errors with useFetch and useAsyncData? i can use the error ref returned, that works at first. But when i launch the refresh(), the if(error.value) condition is no longer launched. Basically, it's only on the first error that this condition is thrown.
1 replies