() => {
calcSlideWidth()
}
})
I've above codes in one of my components. I've used this component twice in a page. I'm setting different props to each component
but when I use window.onresize my method only logs props of the latest component that rendered in the page
actually method that runs in window.onresize only holds latest component data
Обсуждают сегодня