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
Right now, calls to React.useContext(NotificationsContext) will return the default NotificationsInstance because there is no provider in the top of the tree as ServiceContext as below:
Right now, calls to
React.useContext(NotificationsContext)
will return the defaultNotificationsInstance
because there is no provider in the top of the tree asServiceContext
as below:I think this is a not an issue that breaks UI but more of a clean up so that the calls are easier to trace.
The text was updated successfully, but these errors were encountered: