riverpod icon indicating copy to clipboard operation
riverpod copied to clipboard

Either `Provider` should filter updates using `identical` instead of `==`, or Notifiers/Async providers should use ==

Open rrousselGit opened this issue 8 months ago • 0 comments

Some providers currently use identical while some use ==

We should unify this, whatever the decision is.

It's probably worth making a benchmark about the cost of using ==

rrousselGit avatar Oct 15 '23 21:10 rrousselGit