Creating Tab Specific Components (slider, button etc)

What is the standard method to creating a component within a particular tab? For example, I am trying to create a slider on top of my treemap in a particular tab and I added my slider component there but the error message is saying that it can’t find the slider in the layout


I then tried to add it to the layout section but the slider then appears on every tab.

Yes, I met the same issue. I temporarily bypassed it with pattern-matching-callbacks. I’ll go to github later to have a look.