Skip to content

Commit 92ca3e3

Browse files
author
nyqykk
committed
test: fix type check error in ci
1 parent 56cde56 commit 92ca3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/module-federation/mf-react-component/stories/index.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React from 'react';
2+
// @ts-ignore ignore remote module type check for passing ci run build because we set @mf-types folder in .gitignore
23
import { Counter } from 'rslib-module';
34

45
const Component = () => <Counter />;

0 commit comments

Comments
 (0)