Update error codes for 16.3.0-alpha.2 release

This commit is contained in:
Brian Vaughn
2018-03-14 13:26:40 -07:00
parent da0fbe78b6
commit 45300e8e5b

View File

@@ -259,5 +259,11 @@
"257": "Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.",
"258": "Unknown element-like object type: %s. This is likely a bug in React. Please file an issue.",
"259": "The experimental Call and Return types are not currently supported by the server renderer.",
"260": "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s."
"260": "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.",
"261": "Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.",
"262": "Expired work should have completed. This error is likely caused by a bug in React. Please file an issue.",
"263": "dispatch: Cannot dispatch during the render phase.",
"264": "An error logging effect should not have been scheduled if no errors were captured. This error is likely caused by a bug in React. Please file an issue.",
"265": "This unit of work tag cannot capture errors. This error is likely caused by a bug in React. Please file an issue.",
"266": "A subscription must return an unsubscribe function."
}