Using component.query('ButtonIcon') in 1.1.1 version returns null while in 1.0.6 returned a component, am I missing something? Is there a new way to do it?
Thanks for reporting the issue. If you could provide some reproduction code/steps that would help a lot as the tests are currently all passing. Thanks!
Using
component.query('ButtonIcon')
in1.1.1
version returnsnull
while in1.0.6
returned a component, am I missing something? Is there a new way to do it?