Based on react-toastify docs consumer might call
import { toast } from 'react-toastify';
...
toast.dismiss();
to dismiss all the opened toasts on the screen. They will follow the preconfigured animation.
The question is how to dismiss them immediately without the animation.