We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OverlayToaster
<Overlay2> was used outside of a <OverllaysProvider>
Just add toaster via domRenderer like described here https://github.com/palantir/blueprint/blob/4d1297a857c3fa82787d5e927e12057641dd2f84/packages/core/src/components/toast/toast.md#toasterts
This guide mentiones OverlayProvider https://github.com/palantir/blueprint/wiki/Overlay2-migration But we cannot set it because there is no parent for shared Toaster
No errors in console
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Code Sandbox
Steps to reproduce
Just add toaster via domRenderer like described here https://github.com/palantir/blueprint/blob/4d1297a857c3fa82787d5e927e12057641dd2f84/packages/core/src/components/toast/toast.md#toasterts
Actual behaviour
This guide mentiones OverlayProvider https://github.com/palantir/blueprint/wiki/Overlay2-migration
But we cannot set it because there is no parent for shared Toaster
Expected behavior
No errors in console
Possible solution
The text was updated successfully, but these errors were encountered: