We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
konsta/src/react/components/Link.jsx
Line 100 in b2bfcf0
The Link component uses tabindex instead of tabIndex property
Use tabIndex="0"
tabIndex="0"
Uses tabindex="0"
tabindex="0"
3.0.1
Windows 11 & Chrome 116
The text was updated successfully, but these errors were encountered:
fix(react): camel case tabIndex in Link component
tabIndex
3d9f511
Fixes konstaui#169.
Ha what timing, this has been bugging me for a few days too now and I literally just visited this repo to open a PR fixing it: #170
@nolimits4web, thanks for this awesome lib, when you get a chance is it possible to also merge in #167? If you need, I can make a new issue for it.
Cheers!
Sorry, something went wrong.
fix(react): camel case tabIndex in Link component (#170)
f16b164
Fixes #169.
Successfully merging a pull request may close this issue.
Check that this is really a bug
Reproduction link
konsta/src/react/components/Link.jsx
Line 100 in b2bfcf0
Bug description
The Link component uses tabindex instead of tabIndex property
konsta/src/react/components/Link.jsx
Line 100 in b2bfcf0
Expected Behavior
Use
tabIndex="0"
Actual Behavior
Uses
tabindex="0"
Konsta UI version
3.0.1
Platform/Target and Browser Versions
Windows 11 & Chrome 116
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: