Skip to content
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

Deprecation warning in v6 beta when using storyshots #11585

Closed
pelotom opened this issue Jul 16, 2020 · 1 comment
Closed

Deprecation warning in v6 beta when using storyshots #11585

pelotom opened this issue Jul 16, 2020 · 1 comment
Assignees
Milestone

Comments

@pelotom
Copy link
Contributor

pelotom commented Jul 16, 2020

I get the following warning when running storyshots with the v6 beta:

(node:77094) DeprecationWarning: `configure()` is deprecated and will be removed in Storybook 7.0.
Please use the `stories` field of `main.js` to load stories.

even though I've already refactored to use main.js. It seems that initStoryshots may still be using configure under the hood?

@shilman
Copy link
Member

shilman commented Jul 20, 2020

Boo-yah!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.0-rc.12 containing PR #11611 that references this issue. Upgrade today to try it out!

You can find this prerelease on the @next NPM tag.

Closing this issue. Please re-open if you think there's still more to do.

@shilman shilman closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants