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 676a527 commit 2e2c532Copy full SHA for 2e2c532
packages/react-on-rails-pro/src/ReactOnRailsRSC.ts
@@ -55,7 +55,6 @@ const streamRenderRSCComponent = (
55
transformRenderStreamChunksToResultObject(renderState);
56
57
const reportError = (error: Error) => {
58
- console.error('Error in RSC stream', error);
59
if (throwJsErrors) {
60
emitError(error);
61
}
0 commit comments