riverpod icon indicating copy to clipboard operation
riverpod copied to clipboard

Should didUpdateProvider receive an AsyncError while providerDidFail can handle it now?

Open AhmedLSayed9 opened this issue 7 months ago • 4 comments

ProviderObserver.providerDidFail now handles Exceptions from asynchronous providers (https://github.com/rrousselGit/riverpod/pull/3067) but didUpdateProvider still receive AsyncErrors too, which might lead to issues/duplicates. Is there a reason for that?

I'd like to fix this if it's not intended.

AhmedLSayed9 avatar Nov 21 '23 18:11 AhmedLSayed9