-
Hi Manfred,
in your example I can't load images belonging to the remote app from the shell.
Your specific case works because the angular.png image exist also in the shell app and is that one that is…
-
**Describe the bug**
When trying to do build-storybook it gets to 92% and then fails with the following out of memory error:
```
92% chunk asset optimization TerserPlugin
FATAL ERROR: Ineffectiv…
-
We want to take some time and focus on features that will improve developer productivity during projects. We need input from all of you creating awesome solutions with Piranha with what would increase…
-
Checklist
- [X] Modify `pages/_app.js` ✓ https://github.com/Hardeepex/headlessword/commit/92104e61f90365642be480d0a9762f0be70730b8 [Edit](https://github.com/Hardeepex/headlessword/edit/sweep/foll…
-
I would like to use bootstrap 4 and bootstrap 5 default validation classes, but seem not possible.
For display `.invalid-feedback` the input must have `.is-invalid` or `.valid-feedback` with `.is-v…
-
Are there plans to support TypeScript? There's some good work here, would love to see type-safety built in.
-
Let me know when the project can be started any of the participants
-
MudBlazor version 7.0.0 brings a ton of **breaking changes** which we couldn't postpone any longer as we strive for more consistency and necessary improvements. This migration guide shall make the upg…
henon updated
2 weeks ago
-
Created svg.d.ts file with the following contents:
```
declare module '*.svg' {
const content: any
export default content
}
```
Then using in a component this way:
```
import regist…
-
I was experimenting with the library and found that there is no way to access the :hover pseudo-class nor any other pseudo-class or pseudo-element.
First I tried nested css, something like this:
`…