Error: Minified React error #130; visit https://react.dev/errors/130?args[]=undefined&args[]= for...
- 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:**
- Decap CMS version: `decap-cms@3.15.0`
- Git provider: `git-gateway`
- Browser version: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36`
**CMS configuration**
```
backend:
name: git-gateway
branch: main
local_backend: true
media_folder: assets/images/uploads
public_folder: /assets/images/uploads
collections:
- name: blog_posts
label: Blog Posts
folder: _blog_posts
create: true
slug: "{{slug}}"
identifier_field: slug
summary: "{{title}}"
fields:
- label: Slug
name: slug
widget: string
hint: URL-friendly identifier (e.g., my-blog-post). This will be used in the
URL.
- label: Title
name: title
widget: string
- label: Date
name: date
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
- label: Cover Image
name: cover_image
widget: image
- label: Alternative Image
name: alternative_image
widget: image
required: false
hint: If provided, this will be shown instead of cover image
- label: Content
name: body
widget: markdown
- label: Information Title
name: information_title
widget: string
required: false
- label: Information Content
name: information_content
widget: markdown
required: false
- label: Related Title
name: related_title
widget: string
- label: Related Posts
name: related_posts
widget: list
fields:
- label: Post
name: post
widget: relation
collection: blog_posts
displayFields:
&a2
- title
searchFields:
&a1
- title
valueField: slug
multiple: false
value_field: slug
search_fields: *a1
display_fields: *a2
publish: true
type: folder_based_collection
sortable_fields:
- field: commit_date
- field: slug
- field: date
- field: commit_author
view_filters: []
view_groups: []
editor:
preview: true
notes: false
- name: calls
label: Calls
folder: _calls
create: true
slug: "{{slug}}"
identifier_field: slug
summary: "{{title}}"
fields:
- label: Slug
name: slug
widget: string
hint: URL-friendly identifier (e.g., my-call). This will be used in the URL.
- label: Title
name: title
widget: string
- label: Call Excerpt
name: call_excerpt
widget: text
required: false
- label: Call Category
name: call_categories
widget: relation
collection: call_categories
displayFields:
&a4
- name
searchFields:
&a3
- name
valueField: name
multiple: false
value_field: name
search_fields: *a3
display_fields: *a4
- label: Cover Image
name: cover_image
widget: image
required: false
- label: Call Date
name: call_date
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
- label: Application Deadline
name: application_deadline
widget: datetime
date_format: YYYY-MM-DD
time_format: false
format: YYYY-MM-DD
required: false
- label: Call Content
name: call_content
widget: markdown
- label: Apply Title
name: apply_title
widget: string
required: false
- label: Apply Text
name: apply_text
widget: markdown
required: false
-
...
Contributor guide
Research direction
No source file, test, or entry point is named. Start by reproducing the minified React error with Decap CMS 3.15.0, the git-gateway backend, and the supplied CMS configuration; done means identifying the triggering configuration or CMS behavior and adding a regression test or documented fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100