When using the replaceMode: true option, it is not needed to create the wrapper div.single-spa-container element. When using replaceMode: true alongside SSR, this creates a hydration mismatch, as Vue does not expect the div.single-spa-container element to exist.
When using the
replaceMode: true
option, it is not needed to create the wrapperdiv.single-spa-container
element. When usingreplaceMode: true
alongside SSR, this creates a hydration mismatch, as Vue does not expect thediv.single-spa-container
element to exist.