Jinhyun Park

Results 3 comments of Jinhyun Park
trafficstars

add this css to your child wrapper comp. for example ```jsx {...............} ``` const ChildCompWrapper = styled.div` pointer-events: ${({ isDragging }) => isDragging && 'none'}; `

# Here is the solution I didn't want to resolve this issue in such a complex manner, but it seems like the only way, so I'm sharing it with you....