Skip to content

Commit 458f04e

Browse files
committed
Remove warning from codes.json
1 parent 735877d commit 458f04e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/error-codes/codes.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,5 @@
372372
"381": "This feature is not supported by ReactSuspenseTestUtils.",
373373
"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.",
374374
"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.",
375-
"384": "Refreshing the cache is not supported in Server Components.",
376-
"385": "Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue."
375+
"384": "Refreshing the cache is not supported in Server Components."
377376
}

0 commit comments

Comments
 (0)