core
                                
                                 core copied to clipboard
                                
                                    core copied to clipboard
                            
                            
                            
                        Module Federation is a concept that allows developers to share code and resources across multiple JavaScript applications
## Description i think it is a typo. Links will duplicate with `attr.ref` :) ## Related Issue https://github.com/module-federation/core/pull/2580 ## Types of changes - [ ] Docs change / refactoring /...
### Describe the bug When I try to use NativeFederationTypeScriptRemote with ModuleFederationPlugin, I got an error: `The "path" argument must be of type string. Received an instance of Object` My...
## Description Currently cannot resolve a remote entry from an object, which is allowed in both OriginJS Federation plugin and standard WebPack Federation plugin. This is because the `retrieveRemoteStringUrl` function...
### **SOLUTION** The codec used is `H.265` Maybe is better if you use a more standard `H.264` format. ### Describe the bug This is what I can see in the...
### Describe the bug I am attempting to consume types from a remote Next.js application, that has this plugin configured correctly for WebPack and is server `@mf-types.zip`. The consumer is...
### Describe the bug Hey folks. I'm running into an issue where matching versions on my Producer and Consumer are resulting in (a large amount) of warnings about the version...
### Describe the bug i have called init method of federation runtime in main container(or host) ```import { init } from '@module-federation/runtime'; ``` other containers doesn't know what the remotes...
### Describe the bug Hub(Consumer) resolve plugin(provider) function which return JSX.Element. which will console.error info below:    I have looked [document](https://module-federation.io/zh/guide/troubleshooting/other.html) and add config in [hub](https://github.com/Onlylonger/ha/blob/main/hub/src/main/store.ts#L19) and [plugin](https://github.com/Onlylonger/ha/blob/main/plugin-a/rsbuild.config.ts#L15)....
Added the ability to configure the nextjs-mf plugin to either use a provided runtime through the provideExternalRuntime option or leverage an external runtime via the externalRuntime configuration. This feature optimizes...
### Clear and concise description of the problem I expect to load remote resources at runtime. Currently, the official runtime package can only be used with loadRemote. I expect is...