If the Toaster configures a default duration, then toasts created with toast.loading ignore will use the default duration, instead of Infinity, like it should
<Toaster position="top-center" toastOptions={{ duration:5000 }} />
toast.loading("Message")
Expected result: the loading toast should stay there indefinitely
Actual result: the loading toast disappears after the default duration