Update error codes for 16.4.0 release

This commit is contained in:
Andrew Clark 2018-05-23 17:35:31 -07:00
parent d427a563d5
commit d31e753f89
1 changed files with 7 additions and 1 deletions

View File

@ -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."
}