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
Clone the repository, from root run yarn && lerna bootstrap && yarn start.
Navigate to http://localhost:3000.
What is expected?
On the page you should see two lines of text:
Host content
test remote component
What is actually happening?
Server crashes on renderSlot function with Cannot read property 'isCE' of null error.
Removing slot from remote component fixes the issue, but obviously we need slots in our code :)
Issue appears when building application on Module Federation architecture. We also use @telenko/node-mf package to fetch code in a universal manner, but I believe this lib cannot be a problem.
ionagamed, KonstantinVlasov, YarikSWT, ProEvv, marina-mosti and 8 more