Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 201 to 250 of 598Source: React error codes
CodeError
React error #200Target container is not a DOM element.
React error #201ReactDOM.render(): Invalid component element. Instead of passing a string like 'div', pass React.createElement('div') or <div />.
React error #202ReactDOM.render(): Invalid component element. Instead of passing a class like Foo, pass React.createElement(Foo) or <Foo />.
React error #203ReactDOM.render(): Invalid component element. This may be caused by unintentionally loading two independent copies of React.
React error #204ReactDOM.render(): Invalid component element.
React error #205renderToNodeStream(): Invalid component element.
React error #206renderToStaticNodeStream(): Invalid component element.
React error #207ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.
React error #208ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup()...
React error #209renderToString(): Invalid component element.
React error #210renderToStaticMarkup(): Invalid component element.
React error #211Missing injection for fiber findDOMNode
React error #212Missing injection for stack findDOMNode
React error #213Element appears to be neither ReactComponent nor DOMNode. Keys: %s
React error #214toTree() does not yet know how to handle nodes with tag=%s
React error #215something went wrong
React error #216Text children should already be flattened.
React error #217ReactART does not support the type "%s"
React error #218ReactART: Can not insert node before itself
React error #219getInspectorDataForViewTag() is not available in production
React error #220Container does not support insertBefore operation
React error #221Tried to register two views with the same name %s
React error #222View config not found for name %s
React error #224Can't read from currently-mounting component. This error is likely caused by a bug in React. Please file an issue.
React error #225Unexpected object passed to ReactTestInstance constructor (tag: %s). This is probably a bug in React.
React error #226Unsupported component type %s in test renderer. This is probably a bug in React.
React error #227ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.
React error #228TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the...
React error #229TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the...
React error #230_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React...
React error #231Expected `%s` listener to be a function, instead got a value of `%s` type.
React error #232_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React...
React error #233Unsupported top level event type "%s" dispatched
React error #234Event cannot be both direct and bubbling: %s
React error #235Persistent reconciler is disabled.
React error #236Noop reconciler is disabled.
React error #237Mutating reconciler is disabled.
React error #238Task updates can only be scheduled as a nested update or inside batchedUpdates. This error is likely caused by a bug in React. Please file...
React error #239Measure not implemented yet
React error #240Text components are not supported for now.
React error #241Text components are not yet supported.
React error #242%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.
React error #243renderRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.
React error #244Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.
React error #245performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.
React error #246Should be working on a root. This error is likely caused by a bug in React. Please file an issue.
React error #247A call cannot have host component children.
React error #248Not implemented.
React error #249ReactShallowRenderer render(): Shallow rendering works only with custom components, but the provided element type was `%s`.
React error #250batch.render: Cannot render a batch that already committed.

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