1
This commit is contained in:
@@ -65,7 +65,8 @@ function createRuntimeProjection(
|
||||
overrides: RuntimeProjectionOverrides = {},
|
||||
): StoryRuntimeProjectionResponse {
|
||||
const storySession = createStorySession(overrides.storySession);
|
||||
const serverVersion = overrides.serverVersion ?? storySession.version;
|
||||
const serverVersion =
|
||||
overrides.serverVersion ?? storySession.version ?? 1;
|
||||
|
||||
return {
|
||||
storySession,
|
||||
|
||||
Reference in New Issue
Block a user