-
Notifications
You must be signed in to change notification settings - Fork 37
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
calling setState inside renderRest function throws warning #23
Comments
I am facing same issue. I am rendering AntD Select in mode="multiple".
I click on a button which fires "onFinish" of form and I close the popover by changing its state. |
I am seeing this error everywhere after updating to latest version of ant design :( would love some guidance |
Any news regarding this issue? There seems to be even a fix in #37 |
Same here. I met this when using multiple Select in [email protected]. update: the AbortController like #39 works in my scenario also(roughly), but I still have no solution without injection. Any solution for consumers so far? |
I'm trying to call setState inside the function that deals renderRest, in order to use those overflow elements inside a popup element.
But when calling the setState to keep those items for next render, I'm getting a warning in the console:
The text was updated successfully, but these errors were encountered: