It looks like you’re using React.lazy to load a microfrontend that isn’t a React component. Perhaps if you try using await import instead of React.lazy, it will solve the problem.
React.lazy
await import