We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As reported in #2596 (review).
We have unmountOnExit so I'm not sure why it's still in the DOM.
- a - b - c
Delete the thought c.
c
The TreeNode instance (tree-node) is not removed from the DOM after a thought is deleted.
tree-node
TreeNode elements should be removed from the DOM after a thought is deleted and the deletion animation completes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As reported in #2596 (review).
We have unmountOnExit so I'm not sure why it's still in the DOM.
Steps to Reproduce
Delete the thought
c
.Current Behavior
The TreeNode instance (
tree-node
) is not removed from the DOM after a thought is deleted.Expected Behavior
TreeNode elements should be removed from the DOM after a thought is deleted and the deletion animation completes.
The text was updated successfully, but these errors were encountered: