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;
}