José Pablo Ramírez Vargas
José Pablo Ramírez Vargas
By the way, the workaround is easy, I suppose: ```html div.grid-row { display: flex; flex-direction: row; gap: $tableGap; padding: 0.2em 0em; &.row-highlight { &:hover, &.hover { background-color: rgba(0, 0, 0,...
Guys, I created [vite-plugin-single-spa](https://github.com/WJSoftware/vite-plugin-single-spa) that will convert Vite + XXX projects to `single-spa` projects. They will work with native import maps, but ideally you can opt for SystemJS import maps....
Agreed! Watching...
Any updates on this one?
Maybe this helps: https://publint.dev/[email protected] Also: https://arethetypeswrong.github.io/?p=svelte-routing%402.13.0 This last one looks weird: It has a check next to "node 16 (from ESM)" but next to the check has (CJS). May be...
I quickly gave up on `create-single-spa`. I worked my way through and created [vite-plugin-single-spa](https://github.com/WJSoftware/vite-plugin-single-spa) to be able to create `single-spa` with stock Vite + XXX projects.
Edit your code so formatting is correct. Also, question: Which bundler are you using? Generally speaking, a bundler would not pick up on URL's in arbitrary places like the function...
The same problem appears to exist when trying to type the `mountParcel` prop.
I believe I'm also in need of this.
Sounds like a bug in the create-single-spa package, not single-spa-angular.