Aleksandr Shukletsov

Results 7 comments of Aleksandr Shukletsov

Having the same problem with ace-builds v1.6.0 (Typescript project) ``` node_modules/react-ace/lib/types.d.ts:124:11 - error TS2430: Interface 'IRenderer' incorrectly extends interface 'VirtualRenderer'. Property 'scroller' is optional in type 'IRenderer' but required in...

We can also review the `appBaseQuery` and the way we get error messages. 1. A new Axios instance is created for every request. This is not optimal. 2. Axios throws...

It is worth investigating why the mentioned PUT request is as big as 1.3KB Another note. From a Slack conversation: > It makes 3 GET requests and 1 PUT. The...

> Is this about dropping an unnecessary dependency? Or just in this instance? @fregante eventually it is about removing Router from the app **and** dropping the dependency from Page Editor...

`history` v5 requires `react-router-dom` v6 ([stackoverflow](https://stackoverflow.com/a/65347224/3355382)) `react-router-dom` v6 requires changes in our app. We can take this in work depending on priority (however I'd start with updating React to the...

I had similar issues with building a project with `telegraf`. I figured the problem in my case was that I imported a couple of types from the `src` folder, like...