You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example given for the knob plugin only shows wiring up a single story. I'm trying to figure out how to wire it up for many categories, UIs, and stories so they all have their own knobs and knob state. It's unclear to me how this is intended to be achieved within config.viewEnhancer. Am I supposed to use model.selectedCategory, model.selectedUIId, and model.selectedStoryId to determine which story is currently selected and therefore which arguments to pass to viewKnobsForUI?