Skip to content

fix: correct typo in error code 29 ("must be not be" -> "must not be")#36234

Open
geetexe wants to merge 1 commit intofacebook:mainfrom
geetexe:fix/error-code-29
Open

fix: correct typo in error code 29 ("must be not be" -> "must not be")#36234
geetexe wants to merge 1 commit intofacebook:mainfrom
geetexe:fix/error-code-29

Conversation

@geetexe
Copy link
Copy Markdown

@geetexe geetexe commented Apr 8, 2026

Summary

Fixed a type in the React errors code map (scripts/error-codes/codes.json).

Error code 29 contained a double "be":

  • Before: "Accumulated items must be not be null or undefined."
  • After: "Accumulated items must not be null or undefined."

The correct phrasing already exists in codes 30 and 334.

How did you test this change?

N/A — string-only change with no functional impact.

@meta-cla meta-cla bot added the CLA Signed label Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant