In the webpack module federation, there is a circular dependency between two remote modules, which causes the.get() function to remain in pending. Besides having the user break the circular dependency, are there any other solutions? Seeking guidance!!
In everyone's code, it was directly imported and used. Eventually, it was replaced by the webpack plugin with the "promise new promise" method
A->B
B->A
window.A.get() => pendding
window.B.get() => pendding