Andrei Horodinca

Results 5 issues of Andrei Horodinca

I migrate to v4 and I'm now getting these type errors: ``` Type '{ children: Element; url: string; }' is missing the following properties from type 'Pick': form, title, type,...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/simple-bar-chart-forked-q3uop?file=/src/App.tsx) ### Steps to reproduce * Create...

In v7, when defining enum properties, the generated types would just be `string`, meaning there was no actual type-safety for enum properties. In v8 with the `quicktype` upgrade, enum property...

I'm trying to upgrade to the latest version of `ng-formio-builder`, but it fails due to `angular-ckeditor` which cannot be installed via `npm` in a project without `bower`. Would you be...