I’m using vueuse’s UseFetch. What is the difference between isFetching
and !isFinished
?
There definitely is a difference since some components crash using one rather than the other. Is it that the afterFetch function is called after isFetching and isFinished is set only after? Is there more documentation about it?