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
Hi I'm using "react": "^15.6.1".
when setting direction to 'horizontal' the list are normal but when set it to vertical all panes come stacked on top of each other i'm wondring if it is a bug or the code need to be fixed, the code i used is the one provided in the example of the repostrie, code:
I ran into the same issue. It only worked for me if I set a manual height on the panes. In my case, I also used react-height to determine the height of my children. Which also required me to set an id based on a combination of component ID and height...
Hi I'm using "react": "^15.6.1".
when setting direction to 'horizontal' the list are normal but when set it to vertical all panes come stacked on top of each other i'm wondring if it is a bug or the code need to be fixed, the code i used is the one provided in the example of the repostrie, code:
The text was updated successfully, but these errors were encountered: