Cas Cornelissen
Cas Cornelissen
I'm trying to extend the `ApiGuardController` to allow for disabling the feature during development (based on `APP_DEBUG`) and "global" request limiting. It works just fine but I'm thinking about features...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
**Describe the bug** I'm 99% sure this isn't really a bug in this project but wanted to create an issue here anyway to allow people running into a similar issue...
**Describe the bug** A number of props are inferred as `any` after updating `react-datepicker` to v7. This makes it impossible to extend the `DatePicker` component's props for a component that...