mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
commit
8ad831f2b5
@ -79,7 +79,7 @@ const createComponentFromTemplate = (template: string): Function => {
|
||||
const initModule = (
|
||||
currentStory: IGetStoryWithContext,
|
||||
context: IContext,
|
||||
reRender: boolean
|
||||
reRender: boolean = false,
|
||||
): Function => {
|
||||
const storyObj = currentStory(context);
|
||||
const { component, template, props, moduleMetadata = {} } = storyObj;
|
||||
@ -131,7 +131,7 @@ export const renderNgError = debounce((error: Error) => {
|
||||
const errorData = {
|
||||
message: error.message,
|
||||
stack: error.stack,
|
||||
};
|
||||
} as NgProvidedData;
|
||||
|
||||
const Module = getModule([ErrorComponent], [], [ErrorComponent], errorData, {});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user