Ilia

Results 6 comments of Ilia

The latest working version of @types/react is 18.2.65 In my case I had to also add ``` "resolutions": { "@types/react": "18.2.65" }, ``` to my package.json, in order for dependencies...

@fzaninotto Fix in react-admin `next` is great news, but what about `current` fresh installs? They all are partially broken type-wise, right? `create-react-admin` sets up a project with react 18 -...

I am willing to help, yet i'm not sure what the fix would be. At least i'll confirm it will resolve) I've found this issue from ant-design though https://github.com/ant-design/ant-design-icons/pull/631 -...

I've looked up by `forwardRef` usage, and most of the components work fine. Another affected component I found is `ResettableTextField` - it also requires props `onPointerEnterCapture`, `onPointerLeaveCapture`. So currently there...

#2663 seems to be referencing the same issue

Sooo should we add "pako" as a dependency? It is wrong that "pako" is not listed as a dependency: strict tools like `yarn modern` succesfully catch this I see that...