Fixed
- #100: Fix result panel bug where incorrect panels would open, or panels would not open at all. Resolved by accessing internal state of the
Accordion />
component viauseAccordionContext()
instead of directly changing the index prop via state.
Changed
- Query results now automatically cancel when each result panel unmounts (e.g. when one clicks the back button).