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
Since notify doesn't return the generated id and there is no way of setting an id via incoming props, currently neither closeToast or removeToast can be used.
notify should return the id of the toast created by createToastState so we can reference it.
The text was updated successfully, but these errors were encountered:
Since
notify
doesn't return the generatedid
and there is no way of setting an id via incoming props, currently neithercloseToast
orremoveToast
can be used.notify
should return the id of the toast created bycreateToastState
so we can reference it.The text was updated successfully, but these errors were encountered: