Errors
React errors
Rendering, hooks and hydration errors.
598 entries0 written pages
Showing 451 to 500 of 598Source: React error codes
| Code | Error | Category | Page |
|---|---|---|---|
| React error #464 | ReactDOMServer.renderToStaticNodeStream(): The Node Stream API is not available in Bun. Use ReactDOMServer.renderToReadableStream() instead. | Minified React error | Reference |
| React error #465 | enableFizzExternalRuntime without enableFloat is not supported. This should never appear in production, since it means you are using a... | Minified React error | Reference |
| React error #466 | Trying to call a function from "use server" but the callServer option was not implemented in your router runtime. | Minified React error | Reference |
| React error #467 | Update hook called on initial render. This is likely a bug in React. Please file an issue. | Minified React error | Reference |
| React error #468 | getNodesForType encountered a type it did not expect: "%s". This is a bug in React. | Minified React error | Reference |
| React error #469 | Client Functions cannot be passed directly to Server Functions. Only Functions passed from the Server can be passed back again. | Minified React error | Reference |
| React error #470 | Only global symbols received from Symbol.for(...) can be passed to Server Functions. The symbol Symbol.for(%s) cannot be found among... | Minified React error | Reference |
| React error #471 | BigInt (%s) is not yet supported as an argument to a Server Function. | Minified React error | Reference |
| React error #472 | Type %s is not supported as an argument to a Server Function. | Minified React error | Reference |
| React error #473 | React doesn't accept base64 encoded file uploads because we don't except form data passed from a browser to ever encode data that way. If... | Minified React error | Reference |
| React error #474 | Suspense Exception: This is not a real error, and should not leak into userspace. If you're seeing this, it's likely a bug in React. | Minified React error | Reference |
| React error #475 | Internal React Error: suspendedState null when it was expected to exists. Please report this as a React bug. | Minified React error | Reference |
| React error #476 | Expected the form instance to be a HostComponent. This is a bug in React. | Minified React error | Reference |
| React error #477 | React Internal Error: processHintChunk is not implemented for Native-Relay. The fact that this method was called means there is a bug in... | Minified React error | Reference |
| React error #478 | Thenable should have already resolved. This is a bug in React. | Minified React error | Reference |
| React error #479 | Cannot update optimistic state while rendering. | Minified React error | Reference |
| React error #480 | File/Blob fields are not yet supported in progressive forms. Will fallback to client hydration. | Minified React error | Reference |
| React error #481 | Tried to encode a Server Action from a different instance than the encoder is from. This is a bug in React. | Minified React error | Reference |
| React error #482 | An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by... | Minified React error | Reference |
| React error #483 | Hooks are not supported inside an async component. This error is often caused by accidentally adding `'use client'` to a module that was... | Minified React error | Reference |
| React error #484 | A Server Component was postponed. The reason is omitted in production builds to avoid leaking sensitive details. | Minified React error | Reference |
| React error #485 | Cannot update action state while rendering. | Minified React error | Reference |
| React error #486 | It should not be possible to postpone at the root. This is a bug in React. | Minified React error | Reference |
| React error #487 | We should not have any resumable nodes in the shell. This is a bug in React. | Minified React error | Reference |
| React error #488 | Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering. | Minified React error | Reference |
| React error #489 | Expected the resume to render <%s> in this slot but instead it rendered <%s>. The tree doesn't match so React will fallback to client... | Minified React error | Reference |
| React error #490 | Expected the resume to render <%s> in this slot but instead it rendered <%s>. The tree doesn't match so React will fallback to client... | Minified React error | Reference |
| React error #491 | It should not be possible to postpone both at the root of an element as well as a slot below. This is a bug in React. | Minified React error | Reference |
| React error #492 | The "react" package in this environment is not configured correctly. The "react-server" condition must be enabled in any environment that... | Minified React error | Reference |
| React error #493 | To taint a value, a lifetime must be defined by passing an object that holds the value. | Minified React error | Reference |
| React error #494 | taintUniqueValue cannot taint objects or functions. Try taintObjectReference instead. | Minified React error | Reference |
| React error #495 | Cannot taint a %s because the value is too general and not unique enough to block globally. | Minified React error | Reference |
| React error #496 | Only objects or functions can be passed to taintObjectReference. Try taintUniqueValue instead. | Minified React error | Reference |
| React error #497 | Only objects or functions can be passed to taintObjectReference. | Minified React error | Reference |
| React error #498 | Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not... | Minified React error | Reference |
| React error #499 | Only plain objects, and a few built-ins, can be passed to Server Functions. Classes or null prototypes are not supported.%s | Minified React error | Reference |
| React error #500 | React expected a headers state to exist when emitEarlyPreloads was called but did not find it. This suggests emitEarlyPreloads was called... | Minified React error | Reference |
| React error #501 | The render was aborted with postpone when the shell is incomplete. Reason: %s | Minified React error | Reference |
| React error #502 | Cannot read a Client Context from a Server Component. | Minified React error | Reference |
| React error #503 | Cannot use() an already resolved Client Reference. | Minified React error | Reference |
| React error #504 | Failed to read a RSC payload created by a development version of React on the server while using a production version on the client.... | Minified React error | Reference |
| React error #505 | Cannot render an Async Component, Promise or React.Lazy inside React.Children. We recommend not iterating over children and just rendering... | Minified React error | Reference |
| React error #506 | Functions are not valid as a child of Client Components. This may happen if you return %s instead of <%s /> from render. Or maybe you... | Minified React error | Reference |
| React error #507 | Expected the last optional `callback` argument to be a function. Instead received: %s. | Minified React error | Reference |
| React error #508 | The first argument must be a React class instance. Instead received: %s. | Minified React error | Reference |
| React error #509 | ReactDOM: Unsupported Legacy Mode API. | Minified React error | Reference |
| React error #510 | React Element cannot be passed to Server Functions from the Client without a temporary reference set. Pass a TemporaryReferenceSet to the... | Minified React error | Reference |
| React error #511 | Missing a temporary reference set but the RSC response returned a temporary reference. Pass a temporaryReference option with the set that... | Minified React error | Reference |
| React error #512 | The RSC response contained a reference that doesn't exist in the temporary reference set. Always pass the matching set that was used to... | Minified React error | Reference |
| React error #513 | Cannot render a Client Context Provider on the Server. Instead, you can export a Client Component wrapper that itself renders a Client... | Minified React error | Reference |
Other families: JavaScript, Node.js, npm, Next.js, TypeScript, Vite, webpack, Jest