Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 101 to 150 of 598Source: React error codes
CodeError
React error #100EventPluginRegistry: More than one plugin attempted to publish the same registration name, `%s`.
React error #101EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.
React error #102EventPluginRegistry: Cannot inject two different event plugins using the same name, `%s`.
React error #103Invalid `event`.
React error #104ReactCompositeComponent: injectEnvironment() can only be called once.
React error #105A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.
React error #106%s.state: must be set to an object or null
React error #107%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().
React error #108%s.getChildContext(): key "%s" is not defined in childContextTypes.
React error #109%s.render(): A valid React element (or null) must be returned. You may have returned undefined, an array or some other invalid object.
React error #110Stateless function components cannot have refs.
React error #111There is no registered component for the tag %s
React error #112getNextDescendantID(%s, %s): Received an invalid React DOM ID.
React error #113React has made an invalid assumption about the DOM hierarchy. Expected `%s` to be an ancestor of `%s`.
React error #114getFirstCommonAncestorID(%s, %s): Expected a valid React DOM ID: %s
React error #115Cannot traverse from and to the same ID, `%s`.
React error #116traverseParentPath(%s, %s, ...): Cannot traverse from two IDs that do not have a parent path.
React error #117traverseParentPath(%s, %s, ...): Detected an infinite loop while traversing the React DOM ID tree. This may be due to malformed IDs: %s
React error #118updateTextContent called on non-empty component.
React error #119Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's `render` method, or...
React error #120Only a ReactOwner can have refs. You might be removing a ref to a component that was not created inside a component's `render` method, or...
React error #121performUpdateIfNecessary: Unexpected batch number (current %s, pending %s)
React error #122%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.
React error #123ReactUpdates: must inject a reconcile transaction class and batching strategy
React error #124Expected flush transaction's stored dirty-components length (%s) to match dirty-components array length (%s).
React error #125ReactUpdates.asap: Can't enqueue an asap callback in a context where updates are not being batched.
React error #126ReactUpdates: must provide a reconcile transaction class
React error #127ReactUpdates: must provide a batching strategy
React error #128ReactUpdates: must provide a batchedUpdates() function
React error #129ReactUpdates: must provide an isBatchingUpdates boolean attribute
React error #130Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s
React error #131Encountered invalid React node of type %s
React error #132Ended a touch event which was not counted in trackedTouchCount.
React error #133Touch object is missing identifier
React error #134Touch data should have been recorded on start
React error #135Cannot find single active touch
React error #136Attempted to update component `%s` that has already been unmounted (or failed to mount).
React error #137%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.
React error #138Touch object is missing identifier.
React error #139ReactTestRenderer: .update() can't be called after unmount.
React error #140Expected hook events to fire for the child before its parent includes it in onSetChildren().
React error #141Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren().
React error #142Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).
React error #143React.Children.only expected to receive a single React element child.
React error #144Item must have been set
React error #145hostContainerInfo should be populated before getPublicInstance is called.
React error #146React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.
React error #147Missing owner for string ref %s. This error is likely caused by a bug in React. Please file an issue.
React error #148Expected ref to be a function or a string.
React error #149Element ref was specified as a string (%s) but no owner was set. You may have multiple copies of React loaded. (details:...

Other families: JavaScript, Node.js, npm, Next.js, TypeScript, Vite, webpack, Jest