caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

Layout with no tabset creates a random tabset by default #394

Open ananthuram opened 1 year ago

ananthuram commented 1 year ago

Describe the bug

I am trying to create a layout with one row and without any children. But it creates a tabset and shows just the header. Is there any work around for this? Not able to create the json without the layout attribute

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

JSon with layout{ type=‘row’}

Expected behavior

No tabset should be created as children is empty

Operating System

Macos

Browser Type?

Google Chrome

Browser Version

113

Screenshots or Videos

NA

Additional context

No response