We’ve been using Ionic now for about 6 months, I’ve been working with webpack’s module federation and import several separate federated ionic apps to our container application. It appears that nested or federated apps that contain modals lose button onClick functionality. When federated code is run in isolation onClick functionality remains. The odd part is that all other form functionality works such as inputs (onIonChange) or select (onIonChange). It’s just button’s w/ onClick that does not. Does anyone happen to have any experience with this?Please describe the question in detail and share your code, configuration, and other relevant info.
Is this resolved or still an issue? i am looking for information on if module federation plugin is supported in capacitor. From your post, it looks like fundamentally module federation is supported; but, you are running into some issues?