Expose routing promises · Issue #11564 · remix-run/react-router

In order for React Router transitions to compose with React 19 transitions we need to expose the promises from all of our transition functions: navigate() submit() fetcher.submit() fetcher.load() r...