Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Continue ignoring navigate() Promise
> Because React 19 will have first-class support for handling promises > in the render pass (via React.use and useAction), we are now comfortable > exposing the promises for the APIs that previously returned undefined https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#exposed-router-promises ... which means we can void the return value without change in behavior.
- Loading branch information