Skip to content

Commit

Permalink
Newly discovered errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Oct 6, 2021
1 parent b1a0616 commit 1c3faf1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion scripts/error-codes/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,25 @@
"413": "Expected finished root and lanes to be set. This is a bug in React.",
"414": "Did not expect this call in production. This is a bug in React. Please file an issue.",
"415": "Error parsing the data. It's probably an error code or network corruption.",
"416": "This environment don't support binary chunks."
"416": "This environment don't support binary chunks.",
"417": "%s: %s type `%s` is invalid; it must be a function, usually from the `prop-types` package, but received `%s`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.",
"418": "Expected resolveFamily to be set during hot reload.",
"419": "Did not expect findHostInstancesForRefresh to be called in production.",
"420": "Expected to reach root first.",
"421": "Simulated error coming from DevTools",
"422": "Cannot swap the root fiber.",
"423": "Expected parent to have a child.",
"424": "Expected to find the previous sibling.",
"425": "Error message",
"426": "An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the \"Pause on exceptions\" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.",
"427": "A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.",
"428": "%s",
"429": "Should never be called",
"430": "failed to set property",
"431": "\"%s\" is read-only",
"432": "Class \"%s\" cannot be referenced in computed property keys.",
"433": "Decorating class property failed. Please ensure that proposal-class-properties is enabled and runs after the decorators transform.",
"434": "You must require a mode before requiring anything else.",
"435": "Dynamic requires are not currently supported by rollup-plugin-commonjs",
"436": "Bad input"
}

0 comments on commit 1c3faf1

Please sign in to comment.