Closed 3d0 closed 7 years ago
@3d0 you're missing a dependency on dom4
I did a test adding the dom4 library and it worked. But it should be reflected on the documentation, because is part of Blueprint.Core.
@3d0 ah nuts i see it's missing from that big HTML example. will fix! DOM4 is mentioned elsewhere in the usage guide, and of course it's listed in package.json.
Bug report
Steps to reproduce
Actual behavior
the tabs are rendered , but there is no bar under the name of the selected tab. Also there is an error every time a tab is changed in the console
Uncaught TypeError: this.tablistElement.queryAll is not a function at Tabs2.getTabElements...
or
Uncaught TypeError: this.tablistElement.query is not a function at Tabs2.moveSelectionIndicator
which makes dificult use tools like React-devtoolsExpected behavior
Something like the doc?
Evidence
https://jsfiddle.net/qek4c6q8/2/