$ yarn && lerna bootstrap && yarn start
Navigate to http://localhost:3000
.
You should see two lines of text
- Host content
- test remote component
Server crashes on renderSlot
function with Cannot read property 'isCE' of null
error.
Removing <slot />
from remote component fixes the issue, but of course we need slots in our code :)