Many of my pages recently broke when support for AUI Tabs was removed in a recent server version of v8.5.5.
If this is deprecated (or removed), why is it still showing in the aui docs page? How do I know what version of the docs my server is supporting? It still shows in the docs all the way up to AUI 9.
Are you adding your UI to your own page, or to an existing one? It’s possible that you are missing a web-resource <dependency> on the tabs code.
In your atlassian-plugin.xml file, check if your feature code looks something like this:
<web-resource key="my-feature">
<dependency>com.atlassian.auiplugin:aui-tabs</dependency>
<resource type="download" location="my/feature.js" />
<!-- ...your other resources etc. -->
</web-resource>
If that’s not the problem, can you give us a little more detail on what you’re building, what you expected to happen, and what’s not working? Screenshots and copies of logs would be helpful in establishing more context.