diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index 3920d0aa51c..d1688e84bc7 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -396,7 +396,6 @@ "407": "Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.", "408": "Missing getServerSnapshot, which is required for server-rendered content.", "409": "Cannot update an unmounted root.", - "410": "%s suspended while rendering, but no fallback UI was specified.\n\nAdd a component higher in the tree to provide a loading indicator or placeholder to display.", "411": "%s suspended while rendering, but no fallback UI was specified.\n\nAdd a component higher in the tree to provide a loading indicator or placeholder to display.", "412": "Connection closed.", "413": "Expected finished root and lanes to be set. This is a bug in React.",