diff --git a/packages/react-native-storybook/src/helpers/SherloModule.ts b/packages/react-native-storybook/src/helpers/SherloModule.ts index bc69745..93d7a6a 100644 --- a/packages/react-native-storybook/src/helpers/SherloModule.ts +++ b/packages/react-native-storybook/src/helpers/SherloModule.ts @@ -91,6 +91,7 @@ function normalizePath(path: string): string { function createDummySherloModule(): SherloModule { return { + checkIfContainsStorybookError: async () => false, clearFocus: async () => {}, getInspectorData: async () => '', storybookRegistered: async () => {},