Trying to implement two calcite panels within a calcite flow allowing the user to go back and forth between them. First panel has a list of items and the second panel has details about the item when it is clicked.
It looks like clicking the back button at the top on the second panel removes it from the DOM and react is not able to then re-open that panel.
Below is a simplified sample.
https://codesandbox.io/s/calcite-flow-test-rirmko
How can I manage the back button behavior, and/or properly manage panels in a flow using react.