mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 06:01:05 +08:00
parent
18ed032164
commit
5c833834b2
@ -11,6 +11,7 @@ import {
|
|||||||
STORY_SPECIFIED,
|
STORY_SPECIFIED,
|
||||||
} from '@storybook/core-events';
|
} from '@storybook/core-events';
|
||||||
import deprecate from 'util-deprecate';
|
import deprecate from 'util-deprecate';
|
||||||
|
import { logger } from '@storybook/client-logger';
|
||||||
|
|
||||||
import { getEventMetadata } from '../lib/events';
|
import { getEventMetadata } from '../lib/events';
|
||||||
import {
|
import {
|
||||||
@ -355,6 +356,7 @@ export const init: ModuleFn = ({
|
|||||||
|
|
||||||
// We can only do this if the stories.json is a proper storyIndex
|
// We can only do this if the stories.json is a proper storyIndex
|
||||||
if (storyIndex.v !== 3) {
|
if (storyIndex.v !== 3) {
|
||||||
|
logger.warn(`Skipping story index with version v${storyIndex.v}, awaiting SET_STORIES.`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user