We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8004e95 commit 41ee332Copy full SHA for 41ee332
.changeset/hip-tips-confess.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/modern-js': patch
3
4
+
5
+chore(modern-js-plugin): re-export all bridge react
packages/modernjs/src/react/index.ts
@@ -1,17 +1 @@
-export {
- ERROR_TYPE,
- CacheSize,
- CacheTime,
- configureCache,
6
- generateKey,
7
- cache,
8
- revalidateTag,
9
- clearStore,
10
- lazyLoadComponentPlugin,
11
-} from '@module-federation/bridge-react';
12
-
13
-export type {
14
- DataFetchParams,
15
- CacheStatus,
16
- CacheStatsInfo,
17
+export * from '@module-federation/bridge-react';
0 commit comments