Open chertik77 opened 5 months ago
<AnimatedList animation='grow' animationProps={{ timeout: { appear: 1000000000 } }}> {sortedCards.map(card => ( <BoardCard card={card} key={card.id} /> ))} </AnimatedList>
@hesto2