Skip to content

Commit

Permalink
generated error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz committed Oct 18, 2016
1 parent 091c561 commit b8f3aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/error-codes/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@
"140": "Expected hook events to fire for the child before its parent includes it in onSetChildren().",
"141": "Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren().",
"142": "Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).",
"143": "React.Children.only expected to receive a single React element child."
"143": "React.Children.only expected to receive a single React element child.",
"144": "Item must have been set"
}

0 comments on commit b8f3aee

Please sign in to comment.