'Declaration or statement expected. TS1128
Does anyone know how can I fix this issues?
I tried delete node_modules and then install it back but still getting this error
C:/Users/nnguy128/Desktop/mvw-engine-enhanced-voa-reservation-ui/node_modules/@storybook/react/dist/ts3.9/client/preview/types-6-0.d.ts
TypeScript error in C:/Users/nnguy128/Desktop/mvw-engine-enhanced-voa-reservation-ui/node_modules/@storybook/react/dist/ts3.9/client/preview/types-6-0.d.ts(4,1):
Declaration or statement expected. TS1128
2 | import { Args, ComponentAnnotations, StoryAnnotations, AnnotatedStoryFn } from '@storybook/csf';
3 | import { StoryFnReactReturnType } from './types';
> 4 | export type { Args, ArgTypes, Parameters, StoryContext } from '@storybook/csf';
| ^
5 | export declare type ReactFramework = {
6 | component: ComponentType<any>;
7 | storyResult: StoryFnReactReturnType;
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
