José Pablo Ramírez Vargas
José Pablo Ramírez Vargas
**Describe the bug or question** The warning `single-spa minified message #1: See https://single-spa.js.org/error/?code=1` appears in my set up, but logging in from Dev (locally in my PC) takes time. 5...
**Describe the bug or question** When working with TypeScript projects, I am currently unable to properly type the singleSpa prop because the single-spa package has no type for this object....
Ideally, the color needs to be set by CSS and the same goes for size. For example, I want to create a spinner that shows inline next to the explanatory...
There are several changes. I have a couple of screenshots covering some of them:   Thanks!
Hello, everyone. I am experimenting with parcels and I stumbled upon a problem: singleSpaSvelte() cannot properly handle multiple instances of the same parcel. The problem lies in the general use...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Achieving a glass effect is very simple...
# Motivation I personally would like to remove minified error message 1 (see #1161), and others have expressed their desire to completely suppress logging. With this solution, both are possible....
## Is your feature request related to a problem? CSS mounting code is not yet backed by unit testing. This has been like this historically because of the injected variables...
I'll leave some notes here as I work through the experiment. [We could provide an option to specify the location to the `index.html` file](https://github.com/WJSoftware/vite-plugin-single-spa/blob/d1bd3d93faa3489f3efb6bdea353d8234443467f/src/plugin-factory.ts#L149), since [SvelteKit's default location is `src/app.html`](https://kit.svelte.dev/docs/project-structure)....
[transformIndexHtml](https://github.com/WJSoftware/vite-plugin-single-spa/blob/d1bd3d93faa3489f3efb6bdea353d8234443467f/src/plugin-factory.ts#L274) is [not compatible with SvelteKit](https://github.com/sveltejs/kit/issues/8619#issuecomment-1397833056). _Originally posted by @davidhaley in https://github.com/WJSoftware/vite-plugin-single-spa/issues/1#issuecomment-1688092239_