Skip to content

Commit

Permalink
Fix double spaces. (facebook#15641)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti authored and acdlite committed May 28, 2019
1 parent 401065f commit 7c5645d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/error-codes/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"220": "Container does not support insertBefore operation",
"221": "Tried to register two views with the same name %s",
"222": "View config not found for name %s",
"223": "Trying to release an event instance into a pool of a different type.",
"223": "Trying to release an event instance into a pool of a different type.",
"224": "Can't read from currently-mounting component. This error is likely caused by a bug in React. Please file an issue.",
"225": "Unexpected object passed to ReactTestInstance constructor (tag: %s). This is probably a bug in React.",
"226": "Unsupported component type %s in test renderer. This is probably a bug in React.",
Expand Down Expand Up @@ -264,7 +264,7 @@
"262": "Expired work should have completed. This error is likely caused by a bug in React. Please file an issue.",
"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.",
"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.",
"267": "React.cloneElement(...): The argument must be a React element, but you passed %s.",
"268": "Argument appears to not be a ReactComponent. Keys: %s",
Expand Down

0 comments on commit 7c5645d

Please sign in to comment.