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