decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.65k stars 1 forks source link

NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child o... #7194

Open Biboswan opened 2 months ago

Biboswan commented 2 months ago

Describe the bug

To Reproduce

Expected behavior

Screenshots

Applicable Versions:

CMS configuration

backend:
  name: github
  repo: Biboswan/rbanquets
  branch: main
  base_url: https://rbanquets.com/api
media_folder: public/img
public_folder: img
collections:
  - name: pages
    label: Pages
    files:
      - label: About Us
        name: about us
        file: content/about-us.md
        fields:
          - label: Title
            name: title
            widget: string
          - label: Body
            name: body
            widget: markdown
    publish: true
    type: file_based_collection
    sortable_fields:
      - commit_date
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

hkbertoson commented 1 month ago

I also opened one for this error as well. #7176

mohab-sameh commented 1 month ago

@demshy Same thing with me. I can consistently reproduce this when deleting an item in a bullet list in a rich text element.