I’m experiencing an issue with my tab component where the content isn’t displaying correctly after publishing. I’ve set up different content for each tab, but only the spring term info shows up, and the other tabs don’t change as expected. I’ve tried publishing each tab individually, but it hasn’t resolved the problem. If anyone has advice or thinks this might be a bug, please let me know. I’ll share a link for reference.
Tabs usually break when all Tab Panes end up referencing the same content or a pane is accidentally set to display:none. Had this pop up in a client build, recreating the Tabs component fixed it. Double, check each pane has its own elements inside the Tabs Content wrapper.