Skip to content

Commit

Permalink
Update error codes for 16.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 16, 2018
1 parent 82f67d6 commit 6494f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/error-codes/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,7 @@
"263": "dispatch: Cannot dispatch during the render phase.",
"264": "An error logging effect should not have been scheduled if no errors were captured. This error is likely caused by a bug in React. Please file an issue.",
"265": "This unit of work tag cannot capture errors. This error is likely caused by a bug in React. Please file an issue.",
"266": "A subscription must return an unsubscribe function."
"266": "A subscription must return an unsubscribe function.",
"267": "React.cloneElement(...): The argument must be a React element, but you passed %s.",
"268": "Argument appears to not be a ReactComponent. Keys: %s"
}

0 comments on commit 6494f6b

Please sign in to comment.