mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rebuild error codes
This commit is contained in:
@@ -135,5 +135,7 @@
|
||||
"133": "Touch object is missing identifier",
|
||||
"134": "Touch data should have been recorded on start",
|
||||
"135": "Cannot find single active touch",
|
||||
"136": "Attempted to update component `%s` that has already been unmounted (or failed to mount)."
|
||||
"136": "Attempted to update component `%s` that has already been unmounted (or failed to mount).",
|
||||
"137": "%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s",
|
||||
"138": "Touch object is missing identifier."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user