mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
Update error codes for 16.3.0-alpha.2 release
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user