Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created July 17, 2020 19:28
Show Gist options
  • Select an option

  • Save DZuz14/77fc8f5994b2556574052dae043f809b to your computer and use it in GitHub Desktop.

Select an option

Save DZuz14/77fc8f5994b2556574052dae043f809b to your computer and use it in GitHub Desktop.
Adjacent Error
return (
<Accordion>
<Accordion.Collapsed>
…content here
</Accordion.Collapsed>
<Accordion.Expanded>
…content here
</Accordion.Expanded>
</Accordion>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment