Update error codes

This commit is contained in:
Andrew Clark
2017-09-26 08:44:21 -07:00
parent 1fcdc020eb
commit 7ccfbfc25d
2 changed files with 84 additions and 83 deletions

View File

@@ -232,5 +232,6 @@
"230": "_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.unstable_createPortal).",
"231": "Expected `%s` listener to be a function, instead got a value of `%s` type.",
"232": "_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).",
"233": "Unsupported top level event type \"%s\" dispatched"
"233": "Unsupported top level event type \"%s\" dispatched",
"234": "Event cannot be both direct and bubbling: %s"
}