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
feat: useToastController should handle toasterId (#27902)
toasterId can no longer be used from the individual control functions
such as `dispatchToast`.
Instead, the useToastController should be called with the correct
toasterId to return controls for a specific toaster. This should promote
modular use of the API and encapsulate toaster behaviour better.
0 commit comments