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

Accordion.Panel not included in Accordion component #3878

Closed
Krystofee opened this issue Jan 7, 2020 · 2 comments · Fixed by #3995
Closed

Accordion.Panel not included in Accordion component #3878

Krystofee opened this issue Jan 7, 2020 · 2 comments · Fixed by #3995
Labels

Comments

@Krystofee
Copy link

Bug Report

Accordion.Panel is not exported in Accordion component.

interface AccordionComponent extends React.ComponentClass<AccordionProps> {
  Accordion: typeof AccordionAccordion
  Content: typeof AccordionContent
  Title: typeof AccordionTitle
}

Possible fix

interface AccordionComponent extends React.ComponentClass<AccordionProps> {
  Accordion: typeof AccordionAccordion
  Content: typeof AccordionContent
  Panel: typeof AccordionPanel
  Title: typeof AccordionTitle
}
@welcome
Copy link

welcome bot commented Jan 7, 2020

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@layershifter
Copy link
Member

Thanks for reporting, fixed in #3995.

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