Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 351 to 400 of 598Source: React error codes
CodeError
React error #363Test selector API is not supported by this renderer.
React error #364Invalid host root specified. Should be either a React container or a node with a testname attribute.
React error #365Invalid selector type specified.
React error #366ReactDOM.createEventHandle: setListener called on an target that did not have a corresponding root. This is likely a bug in React.
React error #367ReactDOM.createEventHandle: setListener called on an element target that is not managed by React. Ensure React rendered the DOM element.
React error #368ReactDOM.createEventHandle: setListener called on an invalid target. Provide a valid EventTarget or an element managed by React.
React error #369ReactDOM.createEventHandle: setter called on an invalid target. Provide a valid EventTarget or an element managed by React.
React error #370ReactDOM.createEventHandle: setter called with an invalid callback. The callback must be a function.
React error #371Text string must be rendered within a <Text> component. Text: %s
React error #372Cannot call unstable_createEventHandle with "%s", as it is not an event known to React.
React error #373This Hook is not supported in Server Components.
React error #374Event handlers cannot be passed to Client Component props.%s If you need interactivity, consider converting part of this to a Client...
React error #375Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server". Or maybe you...
React error #376Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for(%s) cannot be found among...
React error #377BigInt (%s) is not yet supported in Client Component props.%s
React error #378Type %s is not supported in Client Component props.%s
React error #379Refs cannot be used in Server Components, nor passed to Client Components.
React error #380Reading the cache is only supported while rendering.
React error #381This feature is not supported by ReactSuspenseTestUtils.
React error #382This query has received more parameters than the last time the same query was used. Always pass the exact number of parameters that the...
React error #383This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the...
React error #384Refreshing the cache is not supported in Server Components.
React error #385A mutable source was mutated while the %s component was rendering. This is not supported. Move any mutations into event handlers or effects.
React error #386The current renderer does not support microtasks. This error is likely caused by a bug in React. Please file an issue.
React error #387Should have a current fiber. This is a bug in React.
React error #388Expected to find a bailed out fiber. This is a bug in React.
React error #389There can only be one root segment. This is a bug in React.
React error #390Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.
React error #391A previously unvisited boundary must have exactly one root segment. This is a bug in React.
React error #392A root segment ID must have been assigned by now. This is a bug in React.
React error #393Cache cannot be refreshed during server rendering.
React error #394startTransition cannot be called during server rendering.
React error #395An ID must have been assigned before we can complete the boundary.
React error #396More boundaries or placeholders than we expected to ever emit.
React error #397Unknown insertion mode. This is a bug in React.
React error #398`dangerouslySetInnerHTML` does not work on <option>.
React error #399%s is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.
React error #400menuitems cannot have `children` nor `dangerouslySetInnerHTML`.
React error #401The stacks must reach the root at the same time. This is a bug in React.
React error #402The depth must equal at least at zero before reaching the root. This is a bug in React.
React error #403Tried to pop a Context at the root of the app. This is a bug in React.
React error #404Invalid hook call. Hooks can only be called inside of the body of a function component.
React error #405hydrateRoot(...): Target container is not a DOM element.
React error #406act(...) is not supported in production builds of React.
React error #407Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.
React error #408Missing getServerSnapshot, which is required for server-rendered content.
React error #409Cannot update an unmounted root.
React error #411%s suspended while rendering, but no fallback UI was specified. Add a <Suspense fallback=...> component higher in the tree to provide a...
React error #412Connection closed.
React error #413Expected finished root and lanes to be set. This is a bug in React.

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