mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
updated error codes
This commit is contained in:
@@ -199,5 +199,6 @@
|
||||
"197": "View config not found for name %s",
|
||||
"198": "toTree() does not yet know how to handle nodes with tag=%s",
|
||||
"199": "something went wrong",
|
||||
"200": "getPublicInstance should not be called before component is mounted."
|
||||
"200": "getPublicInstance should not be called before component is mounted.",
|
||||
"201": "Injected invokeGuardedCallback() must be a function."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user