jgarmar
jgarmar
**Describe the bug** Example isn't working in a TSX file: ``` ( Not found renderer )} placeholder="Select your country" /> ``` TypeScript says that Type '() => JSX.Element' cannot be...
I created a sandbox to see the error (https://codesandbox.io/s/react-slick-playground-9o7gu), my problem is that if the number of slides is less than the specified one, the slider breaks, instead of showing...
### Checklist - [x] I'm running the latest version of CustomUI ([Update guide](https://github.com/andrey-git/home-assistant-custom-ui/blob/master/docs/installing.md#updating)) or using a specific [release](https://github.com/andrey-git/home-assistant-custom-ui/releases) that is not marked as "Broken". - [x] I tried to force-refresh...
I have a Fade animation wrapping a form, when showing errors I have put the spy prop that is launched when the errors of the form change, this causes it...
PbOverlay being above content and pointer events does not work in IE10, I have to delete it to be able to click, I have tried the demo page and pbOverlay...
I’m using openapi-generator-cli to generate TypeScript types from an openapi.json file. My API has an operation that can return two different status codes (200 and 201), each with a different...
Hi, I'm currently using react-datasheet-grid for a project and I'm trying to implement a drag and drop feature between columns. I have 5 columns that indicate a certain order. However,...
I'm using remote_homeassistant to manage a couple of devices that are not directly accessible from my primary Home Assistant instance. Whenever either of these devices is operated, a warning is...
I’m using openapi-generator-cli to generate TypeScript types from an openapi.json file. My API has an operation that can return two different status codes (200 and 201), each with a different...
Hi! I'm Trying to make symbols for my CSS stylesheets to jump to sections, I make this sections simply adding a comment with a dash (/_-Body_/). I've created a ctags...