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
Provides a Redux [Store] to all ancestors of this Widget. This should generally be a root widget in your App. Connect to the Store provided by this Widget using a [StoreConnector] or [StoreBuilder].
It should be descendants and not ancestors.
The text was updated successfully, but these errors were encountered:
The docstring for StoreProvider states -
Provides a Redux [Store] to all ancestors of this Widget. This should generally be a root widget in your App. Connect to the Store provided by this Widget using a [StoreConnector] or [StoreBuilder].
It should be descendants and not ancestors.
The text was updated successfully, but these errors were encountered: