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
Tracking work required for full compatibility with React 18. The OverlayToaster component exposes a synchronous OverlayToaster.create() static method that uses ReactDOM.render. The asynchronous OverlayToaster.createAsync method allows for an optional custom DOM renderer to be passed in (such as root.render), but also uses ReactDOM.render as the default. This issue is similar/related to #7165
Tracking work required for full compatibility with React 18. The OverlayToaster component exposes a synchronous
OverlayToaster.create()
static method that usesReactDOM.render
. The asynchronousOverlayToaster.createAsync
method allows for an optional custom DOM renderer to be passed in (such asroot.render
), but also usesReactDOM.render
as the default. This issue is similar/related to #7165blueprint/packages/core/src/components/toast/toast.md
Lines 187 to 206 in ee5510c
We should:
OverlayToaster.create()
methodDOMMountOptions
defaults withroot.render
Code:
overlayToaster.tsx
mountOptions.ts
blueprint/packages/core/src/components/toast/overlayToaster.tsx
Line 79 in ee5510c
blueprint/packages/core/src/components/toast/overlayToaster.tsx
Line 103 in ee5510c
blueprint/packages/core/src/components/toast/overlayToaster.tsx
Lines 89 to 96 in ee5510c
References:
The text was updated successfully, but these errors were encountered: