Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: TSDoc Links #9040

Closed
ivorscott opened this issue Jul 7, 2022 · 1 comment
Closed

[Bug]: TSDoc Links #9040

ivorscott opened this issue Jul 7, 2022 · 1 comment
Labels

Comments

@ivorscott
Copy link

What version of React Router are you using?

6.3.0

Steps to Reproduce

Use the latest react-router version with the latest types.

Then navigate to node_modules/react-router/lib/hooks.d.ts in your favorite IDE and click the links.

Expected Behavior

I expect the correct links.

Actual Behavior

The links are incorrect.

For example:

This: https://reactrouter.com/docs/en/v6/api#uselocation

Should be: https://reactrouter.com/docs/en/v6/hooks/use-location

Seems like there was a fix for this but I don't see the changes.
Screen Shot 2022-07-08 at 01 04 27

9fa54d6

@ivorscott ivorscott added the bug label Jul 7, 2022
@timdorr
Copy link
Member

timdorr commented Jul 8, 2022

This was fixed in #8913, but hasn't been released yet.

@timdorr timdorr closed this as completed Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants