You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what's incorrect/missing in the documentation
In the file react-router/docs/start/data/custom.md, under the section titled ### 1. Create a Router, there's an example that defines a route with the path "shows/:showId". However, inside the loader function, the code incorrectly uses params.id instead of params.showId.