Skip to content

Commit

Permalink
Update error codes for 16.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed May 24, 2018
1 parent d427a56 commit d31e753
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/error-codes/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,11 @@
"266": "A subscription must return an unsubscribe function.",
"267": "React.cloneElement(...): The argument must be a React element, but you passed %s.",
"268": "Argument appears to not be a ReactComponent. Keys: %s",
"269": "Profiler must specify an \"id\" string and \"onRender\" function as props"
"269": "Profiler must specify an \"id\" string and \"onRender\" function as props",
"270": "The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.",
"271": "Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.",
"272": "The current renderer does not support hyration. This error is likely caused by a bug in React. Please file an issue.",
"273": "Nesting of <View> within <Text> is not currently supported.",
"274": "Text strings must be rendered within a <Text> component.",
"275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue."
}

0 comments on commit d31e753

Please sign in to comment.