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

flex value would work only for initial render, if we change the flex value after that, it might not be set properly. #135

Closed satya-imaginea closed 3 years ago

satya-imaginea commented 3 years ago

if we pass flex={some value between 0 to 1} to ReflexElement, the flex value will be applied only for the initial render, next time onwards, if you try to set a random flex value, it might be considered always.

leefsmp commented 3 years ago

Should be fixed in v 4.0.2