-
Notifications
You must be signed in to change notification settings - Fork 47k
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
[website] Tutorial warning at 'Showing the moves' #10957
Comments
These are both just warnings, but I fixed them by changing the link to a button and adding keys: |
Yes, I call them warnings. My point is I am not seeing the warnings the guide says I should. Plus the warning is very explicit about using '#'. So I thought it should be brought to attention. |
The warning is in the browser, not in the terminal (which is showing your eslint warnings) |
Haroen's right. The "key" warning should be in your browser (in the developer console). The lint warning you mention is in the terminal and depends on which linting tool/configuration you're using. I agree though that we should change the |
@bvaughn I would like to solve this issue but I will need your guidance. |
Looks like a few people have already submitted PRs related to this, @fumblehool (#11061, #11045, #11007, #11006). I think it's covered. 😄 |
@bvaughn please update the status of other issues also. |
I don't know what other issue you're talking about. |
I meant most of issues have PRs submitted by users. It is difficult to see if the issue is already covered or not. |
I'm doing the best I can to review PRs and triage issues while also working on other things but there are way more people submitting PRs than there are copies of me. 😄 If you see an issue that looks outdated, please feel free to leave a comment. |
This warning occurs when you use tag with href="#", href={null} could work perfectly without warning. 😸 |
@zwithz thank you so much |
I am running the code locally, using
npm start
. All was going well until I hit this section.Here is what I see:
I grabbed the current code from this link https://codepen.io/gaearon/pen/EmmGEa?editors=0010 and I get the same warning as in the code I typed in manually. The text talks about this warning:
Which I am not seeing.
The text was updated successfully, but these errors were encountered: