diff --git a/scripts/error-codes/codes.json b/scripts/error-codes/codes.json index ac30edd08d14d..12a8db733b0ce 100644 --- a/scripts/error-codes/codes.json +++ b/scripts/error-codes/codes.json @@ -372,6 +372,5 @@ "381": "This feature is not supported by ReactSuspenseTestUtils.", "382": "This query has received more parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.", "383": "This query has received fewer parameters than the last time the same query was used. Always pass the exact number of parameters that the query needs.", - "384": "Refreshing the cache is not supported in Server Components.", - "385": "Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue." + "384": "Refreshing the cache is not supported in Server Components." }