I have noticed the toasts do not show if you navigate to a page with a Link component because it does not seem like the root loader re-runs. Is this correct?
Example repo: https://github.com/MattyBalaam/remix-toast-loader-test
My use case is to show a toast message if some low-priority api data resources do not load.