We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f3e83 commit 9b29577Copy full SHA for 9b29577
packages/react-server/src/ReactFizzServer.js
@@ -907,7 +907,7 @@ function pushServerComponentStack(
907
if (!__DEV__) {
908
// eslint-disable-next-line react-internal/prod-error-codes
909
throw new Error(
910
- 'createServerComponentStack should never be called in production. This is a bug in React.',
+ 'pushServerComponentStack should never be called in production. This is a bug in React.',
911
);
912
}
913
// Build a Server Component parent stack from the debugInfo.
0 commit comments