Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 501 to 550 of 598Source: React error codes
CodeError
React error #514Cannot access %s on the server. You cannot dot into a temporary client reference from a server component. You can only pass the value...
React error #515Cannot assign to a temporary client reference from a server module.
React error #516Attempted to call a temporary Client Reference from the server but it is on the client. It's not possible to invoke a client function from...
React error #517Symbols cannot be passed to a Server Function without a temporary reference set. Pass a TemporaryReferenceSet to the options.%s
React error #518Saw multiple hydration diff roots in a pass. This is a bug in React.
React error #519Hydration Mismatch 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 error #520There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.
React error #521flushSyncWork should not be called from builds that support legacy mode. This is a bug in React.
React error #522Invalid form element. requestFormReset must be passed a form that was rendered by React.
React error #523The render was aborted due to being postponed.
React error #524Values cannot be passed to next() of AsyncIterables passed to Client Components.
React error #525A React Element from an older version of React was rendered. This is not supported. It can happen if: - Multiple copies of the "react"...
React error #526Could not reference an opaque temporary reference. This is likely due to misconfiguring the temporaryReferences options on the server.
React error #527Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got: - react: %s -...
React error #528Expected <link> not to update to be updated to a stylesheet with precedence. Check the `rel`, `href`, and `precedence` props of this...
React error #529Expected stylesheet with precedence to not be updated to a different kind of <link>. Check the `rel`, `href`, and `precedence` props of...
React error #530The render was aborted by the server with a promise.
React error #531react-markup is not supported outside a React Server Components environment.
React error #532Attempted to render a Client Component from renderToHTML. This is not supported since it will never hydrate. Only render Server Components...
React error #533Attempted to render a Server Action from renderToHTML. This is not supported since it varies by version of the app. Use a fixed URL for...
React error #534renderToHTML should not have emitted Client References. This is a bug in React.
React error #535renderToHTML should not have emitted Server References. This is a bug in React.
React error #536Cannot pass ref in renderToHTML because they will never be hydrated.
React error #537Cannot pass event handlers (%s) in renderToHTML because the HTML will never be hydrated so they can never get called.
React error #538Cannot use state or effect Hooks in renderToHTML because this component will never be hydrated.
React error #539Binary RSC chunks cannot be encoded as strings. This is a bug in the wiring of the React streams.
React error #540String chunks need to be passed in their original shape. Not split into smaller string chunks. This is a bug in the wiring of the React...
React error #541Compared context values must be arrays
React error #542Suspense Exception: This is not a real error! It's an implementation detail of `useActionState` to interrupt the current render. You must...
React error #543Expected a ResourceEffectUpdate to be pushed together with ResourceEffectIdentity. This is a bug in React.
React error #544Found a pair with an auto name. This is a bug in React.
React error #545The %s tag may only be rendered once.
React error #546useEffect CRUD overload is not enabled in this build of React.
React error #547startGesture cannot be called during server rendering.
React error #548Finished rendering the gesture lane but there were no pending gestures. React should not have started a render in this case. This is a bug...
React error #549Cannot start a gesture with a disconnected AnimationTimeline.
React error #550startGestureTransition is not yet supported in react-art.
React error #551startGestureTransition is not yet supported in React Native.
React error #552Cannot use a startGestureTransition() on a detached root.
React error #553A Timeline is required as the first argument to startGestureTransition.
React error #554Cannot setState on regular state inside a startGestureTransition. Gestures can only update the useOptimistic() hook. There should be no...
React error #555Cannot requestFormReset() inside a startGestureTransition. There should be no side-effects associated with starting a Gesture until its...
React error #556Expected prepareToHydrateHostActivityInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.
React error #557Expected to have a hydrated activity instance. This error is likely caused by a bug in React. Please file an issue.
React error #558Client rendering an Activity suspended it again. This is a bug in React.
React error #559Expected to find a host node. This is a bug in React.
React error #560Cannot use a startGestureTransition() with a comment node root.
React error #561This rendered a large document (>%s kB) without any Suspense boundaries around most of it. That can delay initial paint longer than...
React error #562The render was aborted due to a fatal error.
React error #563This render completed successfully. All cacheSignals are now aborted to allow clean up of any unused resources.

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