ReactDOM calls unmountComponentAtNode to report an error

the component was uninstalled after calling reactDOM.unmountComponentAtNode, but an error was reported

errors are as follows:

clipboard.png

I think antd is also called in this way.
Project version "react-dom": "^ 0.14.3"

Mar.09,2021

may not prevent the event from bubbling and trigger the second destruction. You can stopPropagation, or setTimeout when destroying


I also encountered the same problem, which has not been solved. Has the landlord solved it?

Menu