Somnath

Results 5 comments of Somnath

> You can dynamically load remote modules using this: > > ```js > // Initializes the share scope. > // This fills it with known provided modules from this build...

> ```tsx > const factory = await container.get(moduleToLoad); // where moduleToLoad is the path to the module (including a `/.` if I recall correctly > const Module = factory(); >...

> How are you exporting your component? is that the default? otherwise you might not need the default keyword Roy Ronald Riojas Montenegro > […](#) > On Mon, Apr 12,...

> Could you share your webpack config for remotes? Roy Ronald Riojas Montenegro > […](#) > On Mon, Apr 12, 2021 at 5:22 PM Somnath ***@***.***> wrote: How are you...

I am facing the same issue with the above config. Did anyone figure out a way?