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
It's easy to reproduce in developer tools of Chrome.
Also, it happens in Edge, IE as well.
I have to set calcHeightOnResize={false} to avoid this error.
BTW, although since v2.2.0 the option of calcHeightOnResize has been added, there is no document mention that.
The text was updated successfully, but these errors were encountered:
It could happen when the component unmounting, a resize event triggered but the event listener of resize hasn't been removed.
In my case, it's like the code below:
When resizing the window by dragging, from width small than 768px to a larger one, it may throw the error:
It's easy to reproduce in developer tools of Chrome.
Also, it happens in Edge, IE as well.
I have to set
calcHeightOnResize={false}
to avoid this error.BTW, although since v2.2.0 the option of
calcHeightOnResize
has been added, there is no document mention that.The text was updated successfully, but these errors were encountered: