Skip to content

Commit 1325368

Browse files
committed
remove [RSC Client Error] from logs
1 parent 39508ff commit 1325368

File tree

1 file changed

+1
-1
lines changed
  • src/components/MDX/Sandpack/sandpack-rsc/sandbox-code/src

1 file changed

+1
-1
lines changed

src/components/MDX/Sandpack/sandpack-rsc/sandbox-code/src/rsc-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function initClient() {
7171
: error && error.message
7272
? error.message
7373
: String(error);
74-
console.error('[RSC Client Error] digest:', error && error.digest);
74+
console.error(msg);
7575
showError(msg);
7676
},
7777
});

0 commit comments

Comments
 (0)