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
Using knobs with different group ids between stories causes the knobs of the other stories to not load or display properly.
To Reproduce
Steps to reproduce the behavior:
Create a pair of stories (story A and story B).
Add some knobs to both stories.
Set different groupId names on those knobs.
Open story A and click on one tab (group) that doesn't exists in story B.
Open story B.
The knobs of story B disappear.
Expected behavior
Using different group ids on the knobs should not interfere with the loading of the knobs from other stories.
Screenshots
Code snippets
storiesOf('First component',module).add('First example',()=>(<View><Text>{text('message','Hello first example!','Click me')}</Text></View>)).add('Second example',()=>(<View><Text>{text('message','Hello second example!','Missing tab')}</Text></View>));
Describe the bug
Using knobs with different group ids between stories causes the knobs of the other stories to not load or display properly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Using different group ids on the knobs should not interfere with the loading of the knobs from other stories.
Screenshots
Code snippets
System:
Environment Info:
Additional context
The groupId tab that doesn't exists in the other stories must be active to reproduce the issue.
This occurs both on android and ios either both dev and release mode.
The text was updated successfully, but these errors were encountered: