federico-ntr

Results 10 issues of federico-ntr

I tried shortening an URL containing some symbols ([here's the link](https://chrome.google.com/webstore/detail/transpose-▲▼-pitch-▹-spee/ioimlbgefgadofblnajllknopjboejda/)). When I paste it in the editor I can see those chars just fine, but when I click on...

**Describe the bug** Documentation states material theme can be customized, specifying custom variables like `$theme-color`. This isn't working and I guess it's because most of the variables don't have the...

bug
good first issue

This should fix #27

I see this package lists vite as a peer dep from v2 to v4. v5 has been out for a few weeks now, and it would be nice to have...

I'm trying to use `docker-compose` with podman, as I cannot use Docker Desktop for licensing reasons. Problem is I run into the error in the subject whenever I run `docker-compose...

You can paste the code below in the [playground](https://react-docgen.dev/playground) and see that `description` and `tsType` are lost. ```ts interface Props { /** The name to greet */ name: string }...

### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/listitembutton-loadingbutton-repro-4mxwg5?file=%2Fsrc%2FDemo.tsx%3A9%2C41 Steps: 1.Open `Demo.tsx` and hover lines from 19 to 26 to see the error. The error is about the use of...

bug 🐛
component: list
typescript
package: material-ui

I tried to run the install script on my work computer, where I'm not the admin and it doesn't work. I logged in to my account, opened ps7 as admin...

question

### Describe the bug After the latest major update, which brings the new autodocs package `react-docgen`, the doc table of all of my stories is missing pieces of information. Before...

bug
react
has workaround
docgen

I have a form with two components, one of type day, with day, month and year required, and one of type textfield, required. Both have a custom error message. Both...

help wanted