Update error codes for 16.4.1 release

This commit is contained in:
Dan Abramov 2018-06-13 17:20:35 +01:00
parent 0b87b27906
commit a5957bf296
1 changed files with 2 additions and 1 deletions

View File

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