Ilia
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...