You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I found an issue where the resizeobserver that is being used with the rangeslider is still active even though the component has been unmounted. I observed this because my next page holds a react-id-swiper component, which generates a 'transitionend' event whenever it swipes. The resizeobserver has a transitionend event listener which triggers, and causes an error, because the resizeobserver was not properly disconnected on unmount of the rangeslider. Can you please help in fixing this? Many thanks
The text was updated successfully, but these errors were encountered:
Hello. I found an issue where the resizeobserver that is being used with the rangeslider is still active even though the component has been unmounted. I observed this because my next page holds a react-id-swiper component, which generates a 'transitionend' event whenever it swipes. The resizeobserver has a transitionend event listener which triggers, and causes an error, because the resizeobserver was not properly disconnected on unmount of the rangeslider. Can you please help in fixing this? Many thanks
The text was updated successfully, but these errors were encountered: