single-spa-layout icon indicating copy to clipboard operation
single-spa-layout copied to clipboard

Layout engine for single-spa applications

Results 45 single-spa-layout issues
Sort by recently updated
recently updated
newest added

**Describe the bug or question** When I put pure html in ``, it will be rendered twice. ![Screen Shot 2021-09-10 at 1 26 42 AM](https://user-images.githubusercontent.com/5647761/132734140-a5aec49e-b548-4cd1-9323-09f466e76f1d.png) When i put pure html...

bug

Right now, I have an existing angular application where i want to add a new feature/route to it, this route will be a new application built on ReactJS. i want...

No change to package.json was detected. No package manager install will be executed. I'm all done. Running npm install for you to install the required dependencies. If this fails, try...

I have two copies of my shell application. The first uses an MFE List and registers the apps: ``` const mfeList: any = [ { name: 'widget1', app: () =>...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

@joeldenning is it possible to add support for route params for redirect component? Currently redirect takes a static string and routes the request but when I have a route param...

enhancement

Currently, the module installed only contains minified version for each packing format. That is not possible for debugging.

enhancement

[single-spa-layout loading UIs currently support a string or parcel](https://single-spa.js.org/docs/layout-definition/#loading-uis), but I wonder if it can also support a DOMElement. I created a [simple example for a shared loading ui](https://github.com/filoxo/single-spa-example-app-loading) which...

enhancement