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
[46d3632] Fixed a performance issue when the provider was rerendered, e.g. because children or hasListeners state changed. The fallback function was used for components updates in these situations which is costly. #8
[46d3632, 1deba6f] In case the fallback function must be triggered, we now cache it's response per instance for 1 second to not cause to much harm #10