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