Closed smhigley closed 7 years ago
Bug
Calling widget.setChildren() with widget (i.e. w()) children followed by widget.expectRender causes the following error:
widget.setChildren()
w()
widget.expectRender
TypeError: Value of property named "defaultRegistry" from first argument is not a primative, plain Object, or Array.
Bug
Calling
widget.setChildren()
with widget (i.e.w()
) children followed bywidget.expectRender
causes the following error: