Gabriel Villoldo

Results 18 issues of Gabriel Villoldo

Hi, I found that DetailsProps (which should be named DropdownDetailsProps I think) are not exported and I can't make the following code work: ```js ``` If I use DropdownProps I...

bug
help wanted
good first issue

Hi @aaronpowell! wondering if there is an example in Microsoft using Remix w/Azure Functions and Static Web Apps, I found this adapter (https://github.com/scandinavianairlines/remix-azure-functions) useful, but I have no idea how...

### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.13.2...

Deferred

Hi! first I would like to say thank you for this software, it's neat! I spent hours building a great setup for my surveillance system in my home. Unfortunately I...

question

### Description of Feature Hi! it would be really cool if you would allow react 19 in package.json since it's released and looks like it's working fine

enhancement

Hi! I found out that in manifest dir option is missing `auto`, source: https://docs.pwabuilder.com/#/builder/manifest?id=dir-string ``` /** * @default `ltr` */ dir: 'ltr' | 'rtl'; ``` Auto will detect it based...

Looks like this is a regression from #656. Seeing a lot of issues like this on Sentry `undefined is not an object (evaluating 'Ct[l].children')` ![Image](https://github.com/user-attachments/assets/c7705d86-ea8e-4a15-adcc-281732623f39) On that screenshot you can...

Hi, I was wondering how can I set `allow_enhanced_conversions` to true? On GA/Ads docs says that you need to do the following: ``` gtag('config', 'TAG_ID', { ' allow_enhanced_conversions':true } )...