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

ReflexElement resize #155

Closed Izobov closed 2 years ago

Izobov commented 2 years ago

Hello. I have a simple code https://codesandbox.io/s/vigorous-leakey-d6ehx?file=/src/App.js. I'm trying to set size by clicking on icon. And it works fine for the first panel but it doesn't work for the second panel. It always throw me an info error like this image Please help me to fix it, cause i don't any ideas how to deal with it

leefsmp commented 2 years ago

I guess it's same issue as #101. Use direction={[-1]} on the second element.

Izobov commented 2 years ago

Yes. It works!) Thank you very much for the quick response