mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Regenerate error codes
This commit is contained in:
@@ -137,5 +137,6 @@
|
||||
"135": "Cannot find single active touch",
|
||||
"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."
|
||||
"138": "Touch object is missing identifier.",
|
||||
"139": "ReactTestRenderer: .update() can't be called after unmount."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user