Closed
Description
What version of React Router are you using?
6.8.1
Steps to Reproduce
- Open https://stackblitz.com/edit/github-yrxhzt?file=package.json
(basically it's the same example found here https://github.com/remix-run/react-router/tree/main/examples/navigation-blocking but using version 6.8.1) - Open console
- Click on the link "Three (Form with blocker)"
- Enter some text in the input
- Click on another link like "Index", "One", "Two", ...
- Console will log "A router only supports one blocker at a time"
Expected Behavior
No warnings in the console.
Actual Behavior
Console logs a warning "A router only supports one blocker at a time".