Matthias Ludwig

Results 5 comments of Matthias Ludwig

For anyone who wants to import the types: `npm install --save @types/react-lines-ellipsis`

I made a version that works with Angular 6: [qs-angular2-busy](https://github.com/Quobject/qs-angular2-busy)

I had the same problem with React 18 and found this fix: ``` npm i jsoneditor npm i --save @types/jsoneditor ``` Next, here's the JSONEditorComponent: ``` import React, { useEffect,...