We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260eb70 commit 3dbdc1eCopy full SHA for 3dbdc1e
packages/@react-spectrum/toast/src/ToastContainer.tsx
@@ -47,7 +47,7 @@ function wrapInViewTransition<R>(fn: () => R): R {
47
flushSync(() => {
48
result = fn();
49
});
50
- });
+ }).ready.catch(() => {});
51
// @ts-ignore
52
return result;
53
} else {
0 commit comments