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]: https://fb.me/react-devtools doesn't resolve #6865

Closed
carlinmack opened this issue May 14, 2024 · 7 comments
Closed

[Bug]: https://fb.me/react-devtools doesn't resolve #6865

carlinmack opened this issue May 14, 2024 · 7 comments

Comments

@carlinmack
Copy link

Summary

In the console when using react a message like the following appears:

Download the React DevTools for a better development experience: https://fb.me/react-devtools

This link does not resolve properly. It points to

The only working link is:

Page

https://react.dev/blog/2015/09/02/new-react-developer-tools.html#installation

Details

No response

@Rekl0w
Copy link
Contributor

Rekl0w commented May 14, 2024

Which version do you use of react ? Latest version redirects to working link.

@carlinmack
Copy link
Author

I think fixing the redirect is a better solution to this issue

@Rekl0w
Copy link
Contributor

Rekl0w commented May 14, 2024

console.info(
          '%cDownload the React DevTools ' +
            'for a better development experience: ' +
            'https://react.dev/link/react-devtools' +
            (protocol === 'file:'
              ? '\nYou might need to use a local HTTP server (instead of file://): ' +
                'https://react.dev/link/react-devtools-faq'
              : ''),
          'font-weight:bold',
        );

It is already fixed.

@carlinmack
Copy link
Author

You fix a redirect by changing https://fb.me/react-devtools to redirect to https://react.dev/learn/react-developer-tools I thought perhaps the people managing this repo would know who to contact

@Rekl0w
Copy link
Contributor

Rekl0w commented May 14, 2024

I did not fixed it. It already fixed on react's repo. This is react's website repo. There is no redirect about it. The code that i referred is from react's repo.

See from here

@carlinmack
Copy link
Author

Closing as this is unproductive

@rickhanlonii
Copy link
Member

Thanks for flagging @carlinmack, I fixed the shortlink as suggested fb.me/react-devtools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants