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
In this example, I am looking at the _value field of the matchIndex ValueNotifier. In the connected app (which is another instance of DevTools running on the web), I perform some interactions that will result in matchIndex.value changing. The value displayed in the provider page does not change. If I select a different provider and then come back and re-select the original provider, the correct value is shown in the _value field.
If it is not feasible to listen for changes to a provided object's data, perhaps we could add a force refresh button to allow a user to update the data on the provider?
In this example, I am looking at the
_value
field of thematchIndex
ValueNotifier. In the connected app (which is another instance of DevTools running on the web), I perform some interactions that will result inmatchIndex.value
changing. The value displayed in the provider page does not change. If I select a different provider and then come back and re-select the original provider, the correct value is shown in the_value
field.@rrousselGit @jacob314
The text was updated successfully, but these errors were encountered: