Open
Description
react : 6.13.1
spectacle : 6.0.1
I'm trying Spectacle for the first time and ran into this issue Various Issues w/ Imported Slides #678, which mentions it should be resolved by the Slide
rewrite. I believe the rewrite has since been released, but the issue is not resolved so I'd like to reopen. Specifically, Slide
s are discarded if they are not inlined children of Deck
. The suggested workaround to wrap Slide
contents in React.Fragment
allows the Slide
to render, but causes nested Stepper
s to ignore their steps and immediately proceed to the next Slide
.
Please see this CodeSandbox I've prepared demonstrating the issues I've mentioned.