-
-
Notifications
You must be signed in to change notification settings - Fork 50k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table expandedRowRender triggers on mouse movement in the table #33342
Comments
While doing some more investigation about this issue. The problem seems to be introduced in the following commit: 2bb9407 The problem is introduced in |
Will solve the following issue: ant-design#33342
I have the same issue: |
Still get the error re-render when update rc-table to 7.21.0 version. Any suggest for me pls |
@tungphien use resolutions in your In your package.json add the following on root level.
Make sure to delete the resolution after upgrading to a new ANTD version. |
|
I down grade Antd version to solve this problem temporarily. In package.json: change to this: "antd": "~4.16.0", |
The problem is still happening here |
[email protected] |
Reproduction link
Steps to reproduce
What is expected?
Only trigger the expandedRowRender function when the row is being expanded.
What is actually happening?
The expandedRowRender function is being triggered on every mouse movement inside the table.
Working correctly in version 4.16.13. Seems to be a problem since 4.17.0.
The text was updated successfully, but these errors were encountered: