UI Flex-Box Error

A recently introduced issue for horizontal flex-box of the UI class

let grid = grok.shell.addTableView(grok.data.demo.randomWalk(100, 100)).grid;

let btn = ui.button("A button", function() {}, "Button Info");
let split = null;
try{split = ui.splitH([btn]);}
catch(e)
{
    let err= e.message;
}

Thank you for reporting!
It is already fixed :slight_smile: Will be deployed on dev soon.

2 Likes