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
When we call setToast, we have to pass a mandatory prop mode.
But this mode can be set directly in FeedbackProvider, because it depends on the mode, that should be a global setting
The text was updated successfully, but these errors were encountered:
The
mode
prop: https://github.com/TERITORI/teritori-dapp/blob/main/packages/context/FeedbacksProvider.tsx#L20When we call
setToast
, we have to pass a mandatory propmode
.But this mode can be set directly in
FeedbackProvider
, because it depends on the mode, that should be a global settingThe text was updated successfully, but these errors were encountered: