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