Код: Выделить всё
// Item is a div
const Clone = styled(Item)`
~ div {
transform: none !important;
}
`;
Подробнее здесь: https://stackoverflow.com/questions/793 ... nent-tilde
Код: Выделить всё
// Item is a div
const Clone = styled(Item)`
~ div {
transform: none !important;
}
`;