mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Include tag in begin/complete invariant (#16881)
This commit is contained in:
committed by
GitHub
parent
0d8c0cd096
commit
a06d181af0
@@ -155,7 +155,7 @@
|
||||
"153": "Resuming work not yet implemented.",
|
||||
"154": "We should always have pending or current props. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"155": "An indeterminate component should never have mounted. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"156": "Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"156": "Unknown unit of work tag (%s). This error is likely caused by a bug in React. Please file an issue.",
|
||||
"157": "Invalid type of work. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"158": "There must be pending props for an initial mount. This error is likely caused by a bug in React. Please file an issue.",
|
||||
"159": "There should always be pending or memoized props. This error is likely caused by a bug in React. Please file an issue.",
|
||||
|
||||
Reference in New Issue
Block a user