Skip to content
JS
Errors

React errors

Rendering, hooks and hydration errors.

598 entries0 written pages
Showing 551 to 598 of 598Source: React error codes
CodeError
React error #564Unknown command. The debugChannel was not wired up properly.
React error #565resolveDebugMessage/closeDebugChannel should not be called for a Request that wasn't kept alive. This is a bug in React.
React error #566FragmentInstance.scrollIntoView() does not support scrollIntoViewOptions. Use the alignToTop boolean instead.
React error #567Already initialized stream.
React error #568Already initialized typed array.
React error #569Cannot have cyclic thenables.
React error #570Invalid reference.
React error #571Maximum array nesting exceeded. Large nested arrays can be dangerous. Try adding intermediate objects.
React error #572Already initialized Map.
React error #573Already initialized Set.
React error #574Invalid forward reference.
React error #575Invalid Map initializer.
React error #576Invalid Set initializer.
React error #577Invalid Iterator initializer.
React error #578Already initialized Iterator.
React error #579Invalid data for bytes stream.
React error #580Server Function has too many bound arguments. Received %s but the limit is %s.
React error #581BigInt is too large. Received %s digits but the limit is %s.
React error #582Referenced Blob is not a Blob.
React error #583The current renderer does not support view transitions. This error is likely caused by a bug in React. Please file an issue.
React error #584Attempted to load a Server Reference outside the hosted root.
React error #585Invalid server action: %s
React error #586No server callback has been registered. Call setServerCallback to register one.
React error #587Server actions must be functions
React error #588Could not find the module "%s" in the React Server Consumer Manifest. This is probably a bug in the React Server Components bundler.
React error #589Could not find the module "%s" in the React Server Manifest. This is probably a bug in the React Server Components bundler.
React error #590Cannot await or return from a thenable. You cannot await a client module from a server component.
React error #591Cannot access %s on the server. You cannot dot into a client module from a server component. You can only pass the imported name through.
React error #592Cannot assign to a client module from a server module.
React error #593Attempted to call the default export of %s from the server but it's on the client. It's not possible to invoke a client function from the...
React error #594Cannot read Symbol exports. Only named exports are supported on a client module imported on the server.
React error #595Attempted to call %s() from the server but %s is on the client. It's not possible to invoke a client function from the server, it can only...
React error #596Could not find the module "%s" in the React Client Manifest. This is probably a bug in the React Server Components bundler.
React error #597The module "%s" is marked as an async ESM module but was loaded as a CJS proxy. This is probably a bug in the React Server Components...
React error #598Maximum update depth exceeded. This could be an infinite loop. This can happen when a component repeatedly calls setState during render...
React error #599Expected an initialized chunk but got an initialized stream chunk instead. This payload may have been submitted by an older version of...
React error #600A rejected Promise was passed to React without a `reason` property. React threw a generic error from where the Promise was used to assist...
React error #601A chunk pair is incomplete. This is a bug in React.
React error #602Cannot handle action key. This is a bug in React.
React error #603Browser-only rendering was requested by `browser()`.
React error #604The server render could not complete because client rendering was requested outside a Suspense boundary. See this error's cause for...
React error #605Recoverable Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render so a downstream...
React error #606Expected a suspended recoverable. This is a bug in React. Please file an issue.
React error #607This library called use() to suspend in a previous render but did not call use() when it finished. This indicates an incorrect use of...
React error #608A client reference was blocked on a row that has not been received yet. This is a bug in React.
React error #609Cannot access %s on the client. You cannot read a Server Reference to an object on the client. You can only pass it back to the server.
React error #610Cannot assign to a Server Reference to an object on the client.
React error #611Expected a Server Reference to an object to resolve to an object.

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