Skip to content

Commit 2042777

Browse files
authored
fix: Adds missing import of loadRemote (#3000)
1 parent 0d74c69 commit 2042777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/website-new/docs/en/practice/bridge/react-bridge.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export default defineConfig({
107107
// ./src/App.tsx
108108
import React from 'react';
109109
import { createRemoteComponent } from '@module-federation/bridge-react';
110+
import { loadRemote } from '@module-federation/enhanced/runtime'
110111
import styles from './index.module.less';
111112

112113
// define FallbackErrorComp Component

0 commit comments

Comments
 (0)