Hotfix - asWidget
added "asWidget" function so that you can add jsx directly to a Widget.setChild call.
const lb = new LayoutBox();
lb.setChild(asWidget(<text>SomeText</text>));
added "asWidget" function so that you can add jsx directly to a Widget.setChild call.
const lb = new LayoutBox();
lb.setChild(asWidget(<text>SomeText</text>));