Skip to content

Commit

Permalink
Fix re-order doesn't work in every case
Browse files Browse the repository at this point in the history
  • Loading branch information
WiXSL committed Jan 21, 2022
1 parent b4dee2f commit d9ba628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const SimpleFormIterator = (props: SimpleFormIteratorProps) => {
{fields.map((member, index) => (
<CSSTransition
nodeRef={nodeRef}
key={ids.current[index]}
key={index}
timeout={500}
classNames="fade"
{...TransitionProps}
Expand Down

0 comments on commit d9ba628

Please sign in to comment.