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
git clone https://github.com/icodytan/antd-issue
yarn # or npm install
yarn start # or npm start
Click showAlert or showActionSheet
What is expected?
No error and hide modal
What is actually happening?
Warning: render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render.
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The text was updated successfully, but these errors were encountered:
Version
2.0.0-beta.6
Environment
Windows 10, Chrome 61.0.3163.100, react 16.0.0
Reproduction link
https://github.com/icodytan/antd-issue
Steps to reproduce
Click showAlert or showActionSheet
What is expected?
No error and hide modal
What is actually happening?
Warning: render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render.
Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The text was updated successfully, but these errors were encountered: