mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 07:11:36 +08:00
Correct link to deprecated configure
This commit is contained in:
parent
dee5c3ec5d
commit
3e1fe704a7
@ -198,7 +198,7 @@ const configureDeprecationWarning = deprecate(
|
||||
() => {},
|
||||
`\`configure()\` is deprecated and will be removed in Storybook 7.0.
|
||||
Please use the \`stories\` field of \`main.js\` to load stories.
|
||||
Read more at https://github.com/storybookjs/storybook/MIGRATE.md#deprecated-configure`
|
||||
Read more at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-configure`
|
||||
);
|
||||
let loaded = false;
|
||||
export const loadCsf = ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user