You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.select and .selectAsync should return Refreshable which should refresh underlying base provider (and then select will be reevaluated as usual) instead of returning ProviderListenable.
The text was updated successfully, but these errors were encountered:
What's the goal here? You're not listening to the provider anyway when using ref.refresh, so there's no difference between ref.refresh(p.select((v) => v.name)) and ref.refresh(p).name
.select and .selectAsync should return Refreshable which should refresh underlying base provider (and then select will be reevaluated as usual) instead of returning ProviderListenable.
The text was updated successfully, but these errors were encountered: