You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proxyObject will cause "maximum depth exceeded error" when it's working with libs like @radix-ui/react-tooltip due to operations like forwardRef & composeRef.
#664
@dontbmh maybe u were suffering same issue as me. I came to identical React error when upgrade repo to antd 5.23 and only when making a pattern like <Tooltip><InputNumber/><Tooltip>. I found the cuase is the mistakenly resolved rc-util old version which often happen when your repo have many deps from antd ecosystem.
I think the better fix is to confirm the resolved rc-util version from yarn.lock or node_modules on disk, and use resolutions section of package.json to correct it.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: