-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SB5: Actions panel not clearing between stories #5932
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
This appears to be due to the options check on the actions stored in the actions panel. The default/global config is not being copied into each action, but the check is being done against the first action in the log. You can currently work around this by setting the config options on every action you log to have the |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Ooh-la-la!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.1.4 containing PR #6438 that references this issue. Upgrade today to try it out! |
Describe the bug
After upgrading to Storybook 5, the Actions panel does not clear out when I switch between stories. This happens both when omitting
clearOnStoryChange
from storybook config, and when setting it totrue
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The actions panel should be cleared out when I navigate to another story.
System:
The text was updated successfully, but these errors were encountered: