Skip to content

Commit 242608b

Browse files
committed
Remove duplicate error code
1 parent cadf94d commit 242608b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/error-codes/codes.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@
396396
"407": "Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.",
397397
"408": "Missing getServerSnapshot, which is required for server-rendered content.",
398398
"409": "Cannot update an unmounted root.",
399-
"410": "%s suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.",
400399
"411": "%s suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.",
401400
"412": "Connection closed.",
402401
"413": "Expected finished root and lanes to be set. This is a bug in React.",

0 commit comments

Comments
 (0)