Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 51 to 100 of 598Source: React error codes
CodeError
React error #50DOMProperty: Value can be one of boolean, overloaded boolean, or numeric value, but not a combination: %s
React error #51Cannot render markup in a worker thread. Make sure `window` and `document` are available globally before requiring React when unit testing...
React error #52Missing markup.
React error #53Danger: Assigning to an already-occupied result index.
React error #54Danger: Did not assign to every index of resultList.
React error #55Danger: Expected markup to render %s nodes, but rendered %s.
React error #56Cannot render markup in a worker thread. Make sure `window` and `document` are available globally before requiring React when unit testing...
React error #57Missing markup.
React error #58Cannot replace markup of the <html> node. This is because browser quirks make this unreliable and/or slow. If you want to render to the...
React error #59%s is a void element tag and must not have `children` or use `props.dangerouslySetInnerHTML`.
React error #60Can only set one of `children` or `props.dangerouslySetInnerHTML`.
React error #61`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://react.dev/link/dangerously-set-inner-html for...
React error #62The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when...
React error #63Must be mounted to trap events
React error #64Requires node to be rendered.
React error #65Invalid tag: %s
React error #66<%s> tried to unmount. Because of cross-browser quirks it is impossible to unmount some top-level components (eg <html>, <head>, and...
React error #67Missing closing comment for text component %s
React error #68Expected devtool events to fire for the child before its parent includes it in onSetChildren().
React error #69Expected onSetDisplayName() to fire for the child before its parent includes it in onSetChildren().
React error #70Expected onSetChildren() or onSetText() to fire for the child before its parent includes it in onSetChildren().
React error #71Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren().
React error #72Expected onSetParent() and onSetChildren() to be consistent (%s has parents %s and %s).
React error #73ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with...
React error #74ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.
React error #75ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object.
React error #76ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.
React error #77ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.
React error #78ReactClass: You are attempting to define a reserved property, `%s`, that shouldn't be on the "statics" key. Define it as an instance...
React error #79ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.
React error #80mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.
React error #81mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular,...
React error #82%s.getInitialState(): must return an object or null
React error #83Class specification must implement a `render` method.
React error #84%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.
React error #85takes an object of state variables to update or a function which returns an object of state variables.
React error #86SimpleEventPlugin: Unhandled event type, `%s`.
React error #87Cannot provide a checkedLink and a valueLink. If you want to use checkedLink, you probably don't want to use valueLink and vice versa.
React error #88Cannot provide a valueLink and a value or onChange event. If you want to use value or onChange, you probably don't want to use valueLink.
React error #89Cannot provide a checkedLink and a checked property or onChange event. If you want to use checked or onChange, you probably don't want to...
React error #90ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.
React error #91`dangerouslySetInnerHTML` does not make sense on <textarea>.
React error #92If you supply `defaultValue` on a <textarea>, do not pass children.
React error #93<textarea> can only have at most one child.
React error #94Expected %s listener to be a function, instead got type %s
React error #95processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.
React error #96EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.
React error #97EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.
React error #98EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.
React error #99EventPluginRegistry: More than one plugin attempted to publish the same event name, `%s`.

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