Skip to content

Commit

Permalink
Update error codes for 16.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 13, 2018
1 parent 0b87b27 commit a5957bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/error-codes/codes.json
Expand Up @@ -274,5 +274,6 @@
"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."
"275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue.",
"276": "React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"
}

0 comments on commit a5957bf

Please sign in to comment.