Skip to content
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

Fix "DELETION" exception #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix "DELETION" exception #31

wants to merge 1 commit into from

Conversation

WangYuLue
Copy link

didact will repeatedly delete child elements, and will throw a exception:

屏幕快照 2020-10-28 下午8 18 40

See details in issue 30

`didact` will repeatedly delete child elements, and will throw a exception:

```
index.js:120 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at commitWork (http://localhost:1234/test01.e31bb0bc.js:222:15)
    at Array.forEach (<anonymous>)
    at commitRoot (http://localhost:1234/test01.e31bb0bc.js:204:13)
    at workLoop (http://localhost:1234/test01.e31bb0bc.js:255:5)
```

See details in [issue 30](#30)
@WangYuLue WangYuLue mentioned this pull request Oct 28, 2020
@liuyib
Copy link

liuyib commented Oct 22, 2022

good job

@hepiyellow
Copy link

Why is this not merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants