Include tag in begin/complete invariant (#16881)

This commit is contained in:
Sebastian Markbåge
2019-09-25 08:10:35 -07:00
committed by GitHub
parent 0d8c0cd096
commit a06d181af0
3 changed files with 5 additions and 3 deletions

View File

@@ -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.",