Skip to content

Commit a5957bf

Browse files
committed
Update error codes for 16.4.1 release
1 parent 0b87b27 commit a5957bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/error-codes/codes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,6 @@
274274
"272": "The current renderer does not support hyration. This error is likely caused by a bug in React. Please file an issue.",
275275
"273": "Nesting of <View> within <Text> is not currently supported.",
276276
"274": "Text strings must be rendered within a <Text> component.",
277-
"275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue."
277+
"275": "The current renderer does not support mutation. This error is likely caused by a bug in React. Please file an issue.",
278+
"276": "React depends on requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"
278279
}

0 commit comments

Comments
 (0)