Closed edizcelik closed 3 years ago
Some projects might want Toasts to not autoClose by default. This adds a prop to ToastProvider that allows this functionality. You can still pass autoClose: true with toast.display callback to override ToastProvider's autoCloseToasts prop value.
autoClose: true
toast.display
Some projects might want Toasts to not autoClose by default. This adds a prop to ToastProvider that allows this functionality. You can still pass
autoClose: true
withtoast.display
callback to override ToastProvider's autoCloseToasts prop value.