diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index eb64793ede..c98bbb05e1 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -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 within is not currently supported.", "274": "Text strings must be rendered within a 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" }