Skip to content

Commit cca729a

Browse files
authored
fix: example type issue (#3979)
1 parent 436d1af commit cca729a

File tree

3 files changed

+45
-96
lines changed

3 files changed

+45
-96
lines changed

apps/modern-component-data-fetch/provider-csr/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"http-server": "^14.1.1",
1919
"react": "^18.3.1",
20-
"react-dom": "^18.3.1"
20+
"react-dom": "^18.3.1",
21+
"antd": "4.24.15"
2122
}
2223
}

apps/modern-component-data-fetch/provider/src/components/ServerDowngrade/index.data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { DataFetchParams } from '@module-federation/modern-js/runtime';
1+
import type { DataFetchParams } from '@module-federation/modern-js/react';
22
export type Data = {
33
data: string;
44
};

0 commit comments

Comments
 (0)