TypeError: Cannot read property 'call' of undefined at webpack_require (bootstrap:790)
Hi, friend. I use webpack-external-import to import another project's react component.I am often prompted for error like this.
bootstrap:790 Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
at webpack_require (bootstrap:790)
at fn (bootstrap:150)
at Object.
It seems the dependencies in the project that i cross imported, it is loaded later than the project loaded. Is there any way to solve the problem of loading order? Thanks.
I am also getting the same error when two app import each other.
I am having the same issue when doing internal imports.Did someone found a workaround?
Edit: I found a solution which is to interleave all the internal imports.
@brussev What do you mean by keeping everything into the interleave?