-
-
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
Typescript: Fix types of client-api & storystore #7337
Conversation
the function to merge all decorators & storyFn has been changed to no longer mutate the storyFn called from within decorators must be called with a StoryContext add a story for vue to test the behaviour
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fix-decoratestory.storybook.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM let's see what @tmeasday @igor-dv @Hypnosphi say about this hopefully minor breaking change
I'd love to merge this ASAP, so I can continue with the app/react & app/angular mergers |
examples/vue-kitchen-sink/src/stories/custom-decorators.stories.js
Outdated
Show resolved
Hide resolved
ping @Hypnosphi @igor-dv we'd really like your opinion about this change. |
lib/api/src/version.ts
Outdated
@@ -1 +1 @@ | |||
export const version = '5.2.0-alpha.39'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndelangen Please don't modify this file. It only causes merge conflicts down the line.
What I did