You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ import ModFedRemoteLoader from 'dynamic-module-federation'
33
33
loadingComponent={/* Optional. To show a loading screen while the remote module is getting loaded */}
34
34
remoteEntryLoadedCallback={/* Optional. If you want to run some functions after the remote Entry file is loaded. The logging utilities can be added here. */}
35
35
errorLogCallback={/* Optional. If we want to run any function in case of error while loading the remote module. The logging utilities can be added here */}
36
+
fallbackComponent={/* Optional. To show a fallback component when loading of the remote app fails */}
36
37
props={/* Optional. To add any optional parameters in the component */ }
0 commit comments