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

AccordionItemButton doesn't include explicit type attribute #280

Open
RyanMannix opened this issue Jul 17, 2020 · 0 comments
Open

AccordionItemButton doesn't include explicit type attribute #280

RyanMannix opened this issue Jul 17, 2020 · 0 comments

Comments

@RyanMannix
Copy link

RyanMannix commented Jul 17, 2020

The AccordionItemButton is causing errors in my linter, I'm assuming the underlying <button> being rendered doesn't explicitly have a type (ie: <button type="button"></button>).

It's not a huge deal, I can just ignore the linter error or write something in to ignore that error. Just thought I would pass it along.

Specific error message:
error Missing an explicit type attribute for button react/button-has-type

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

No branches or pull requests

1 participant