reactjs.org Open in urlscan Pro
76.76.21.21  Public Scan

URL: https://reactjs.org/docs/error-decoder.html?invariant=
Submission: On November 07 via manual from JP — Scanned from JP

Form analysis 1 forms found in the DOM

<form class="css-7vmqep"><input type="search" id="algolia-doc-search" placeholder="Search" aria-label="Search docs" class="css-7dpbpx"></form>

Text Content

We want to hear from you!Take our 2021 Community Survey!

Try out a preview of the new React Docs!👉 beta.reactjs.org
React
DocsTutorialBlogCommunity

v18.2.0 LanguagesGitHub


ERROR DECODER

In the minified production build of React, we avoid sending down full error
messages in order to reduce the number of bytes sent over the wire.

We highly recommend using the development build locally when debugging your app
since it tracks additional debug info and provides helpful warnings about
potential problems in your apps, but if you encounter an exception while using
the production build, this page will reassemble the original text of the error.

When you encounter an error, you'll receive a link to this page for that
specific error and we'll show you the full error text.

Installation
 * Getting Started
 * Add React to a Website
 * Create a New React App
 * CDN Links
 * Release Channels

Main Concepts
 * 1. Hello World
 * 2. Introducing JSX
 * 3. Rendering Elements
 * 4. Components and Props
 * 5. State and Lifecycle
 * 6. Handling Events
 * 7. Conditional Rendering
 * 8. Lists and Keys
 * 9. Forms
 * 10. Lifting State Up
 * 11. Composition vs Inheritance
 * 12. Thinking In React

Advanced Guides
 * Accessibility
 * Code-Splitting
 * Context
 * Error Boundaries
 * Forwarding Refs
 * Fragments
 * Higher-Order Components
 * Integrating with Other Libraries
 * JSX In Depth
 * Optimizing Performance
 * Portals
 * Profiler
 * React Without ES6
 * React Without JSX
 * Reconciliation
 * Refs and the DOM
 * Render Props
 * Static Type Checking
 * Strict Mode
 * Typechecking With PropTypes
 * Uncontrolled Components
 * Web Components

API Reference
 * React
   * React.Component
 * ReactDOM
 * ReactDOMClient
 * ReactDOMServer
 * DOM Elements
 * SyntheticEvent
 * Test Utilities
 * Test Renderer
 * JS Environment Requirements
 * Glossary

Hooks
 * 1. Introducing Hooks
 * 2. Hooks at a Glance
 * 3. Using the State Hook
 * 4. Using the Effect Hook
 * 5. Rules of Hooks
 * 6. Building Your Own Hooks
 * 7. Hooks API Reference
 * 8. Hooks FAQ

Testing
 * Testing Overview
 * Testing Recipes
 * Testing Environments

Contributing
 * How to Contribute
 * Codebase Overview
 * Implementation Notes
 * Design Principles

FAQ
 * AJAX and APIs
 * Babel, JSX, and Build Steps
 * Passing Functions to Components
 * Component State
 * Styling and CSS
 * File Structure
 * Versioning Policy
 * Virtual DOM and Internals


Docs
InstallationMain ConceptsAdvanced GuidesAPI ReferenceHooksTestingContributingFAQ
Channels
GitHubStack OverflowDiscussion ForumsReactiflux ChatDEV CommunityFacebookTwitter
Community
Code of ConductCommunity Resources
More
TutorialBlogAcknowledgementsReact NativePrivacyTerms

Copyright © 2022 Meta Platforms, Inc.