Cesare Puliatti

Results 3 issues of Cesare Puliatti

**Current behavior:** The `as` prop cannot be used when using TypeScript. I'm using babel + emotion plugin. **To reproduce:** Example copied from the doc: https://emotion.sh/docs/styled#as-prop Checkout this repository: [ExampleComponent.tsx](https://github.com/crushjz/react-typescript-emotion-err/blob/main/src/ExampleComponent.tsx) ![image](https://user-images.githubusercontent.com/1788097/108861298-5b0acc80-75ef-11eb-9063-8f3071d93097.png)...

bug
TypeScript

**Describe the bug** Can't disable the `template-cyclomatic-complexity` rule. **Context and configuration** I'm using tslint in an Angular project. `tsconfig.json` setting: `"template-cyclomatic-complexity": [true, 10],` Following this readme (https://github.com/mgechev/codelyzer/blob/master/README.md#disable-a-rule-that-validates-template-or-styles) in order to...

bug

Allow to disable drag on child elements. Eg: I have an absolutely positioned element that is a child of the element with the `dndDraggable` directive. I want to disallow the...

enhancement