In order to implement deephaven.ui toast, we need to export ToastQueue and ToastContainer from the components package. May need to add a dependency to @react-spectrum/toast since this is in beta. Then need to render a toast container at the root of our app.
In order to implement deephaven.ui toast, we need to export
ToastQueue
andToastContainer
from the components package. May need to add a dependency to@react-spectrum/toast
since this is in beta. Then need to render a toast container at the root of our app.