Artem Malyugin

Results 5 comments of Artem Malyugin

> Seems to work fine with Hooks, am I missing something? https://codesandbox.io/s/shy-snow-rc1md6?file=/src/App.js I think the issue lies in the number of renders that occur with each state change, and this...

> Да, я обычно расширяю родительский элемент, чтобы заполнить его (либо с помощью flex: 1, либо с помощью CSS ниже). > > ```css > height: 100%; > min-height: 0; >...

Yes, I tried using flex, but it also doesn't give any result. I tried to reproduce this code in codesandbox to make sure on whose side the problem is. Maybe...

Has anyone managed to make the height of a Tree dynamic? Will there be any updates on this issue?

@danielgormly, you are simply a genius! Thank you, your method helped me implement the dynamic height of the tree container. In my case, height 100vh was drawing extra space after...