Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

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

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