TypeError: Cannot read properties of undefined (reading 'textContent')
- Dominant language
- JavaScript
- Stars
- 19.4k
- Forks
- 3.1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 9
Description
**Describe the bug**
**To Reproduce**
**Expected behavior**
**Screenshots**
**Applicable Versions:**
- Netlify CMS version: `netlify-cms@2.10.192`
- Git provider: `github`
- Browser version: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36`
**CMS configuration**
```
backend:
name: github
repo: haxlock/myblog
branch: main
base_url: https://blog.haxlock.top
media_folder: source/images
public_folder: images
publish_mode: editorial_workflow
collections:
- name: posts
label: Post
folder: source/_posts
create: true
slug: "{{slug}}"
fields:
- label: Layout
name: layout
widget: hidden
default: blog
- label: Title
name: title
widget: string
- label: Publish Date
name: date
widget: datetime
- label: Updated Date
name: updated
widget: datetime
- label: Featured Image
name: thumbnail
widget: string
- label: abbrlink
name: abbrlink
widget: string
- label: Tags
name: tags
widget: list
- label: Categories
name: categories
widget: list
- label: TOC
name: toc
widget: boolean
default: true
- label: Body
name: body
widget: markdown
publish: true
type: folder_based_collection
sortable_fields:
- commit_date
- title
- date
- commit_author
view_filters: []
view_groups: []
slug:
encoding: unicode
clean_accents: false
sanitize_replacement: "-"
isFetching: false
error: null
```
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.