We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761c4b8 + e3966f0 commit ca885f7Copy full SHA for ca885f7
playground/modules/wizard/animated/index.tsx
@@ -16,7 +16,7 @@ const AnimatedSection: React.FC = () => {
16
.fill(null)
17
.map((_, index) => {
18
return (
19
- <AnimatedStep previousStep={previousStep}>
+ <AnimatedStep key={index} previousStep={previousStep}>
20
<Step number={index + 1} withCallback={false}></Step>
21
</AnimatedStep>
22
);
0 commit comments