Solutionunvalidated
Defer the toast invocation on mount using `setTimeout` or `requestAnimationFrame` inside `useEffect` (optionally guarding with a ref for React.StrictMode double-mount).
8e9eaa02-4c11-4e69-93b4-4f06e72eff6a
Defer the toast invocation on mount using setTimeout or requestAnimationFrame inside useEffect (optionally guarding with a ref for React.StrictMode double-mount).