You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
It doesn't work if I import any thing like import React from 'react' in remote server
Error log in browser console:
index.esm-C366PSkt.js:891 Uncaught Error: [ Federation Runtime ]: Please call init first
at error (index.esm-C366PSkt.js:891:8)
at assert (index.esm-C366PSkt.js:884:18)
at loadShare (index.esm-C366PSkt.js:3185:2)
at loadSharedToRegistry (button-DHUhcYRc.js:7:17)
at button-DHUhcYRc.js:23:7
Turning off the moduleFederationPlugin can make it back to normal.
It doesn't work if I import any thing like
import React from 'react'in remote serverError log in browser console:
Turning off the moduleFederationPlugin can make it back to normal.