leefsmp / Re-Flex

Resizable Flex layout container components for advanced React web applications
https://leefsmp.github.io/Re-Flex/index.html
MIT License
639 stars 72 forks source link

fix(ReflexContainer): Avoid findDOMNode on unmounted component #103

Closed justin-endler closed 4 years ago

justin-endler commented 4 years ago

Issue

Resizing a window that includes ReflexContainer results in a runtime error with the message "Unable to find node on an unmounted component."

Changes