Michael Schwarz
Results
1
comments of
Michael Schwarz
This example works without `animateHeight`, I think the trick is to set an additional `hidden` prop: ```jsx const steps = [ Step1, Step2, Step3, Step4 ] return ( {steps.map((step, index)...