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 bea7808 commit ca03fd4Copy full SHA for ca03fd4
packages/react-router/lib/rsc/browser.tsx
@@ -407,7 +407,6 @@ function getFetchAndDecodeViaRSC(
407
for (let [routeId, data] of Object.entries(payload[dataKey] || {})) {
408
results.routes[routeId] = { data };
409
}
410
- console.log("payload.errors", payload.errors);
411
if (payload.errors) {
412
for (let [routeId, error] of Object.entries(payload.errors)) {
413
results.routes[routeId] = { error };
0 commit comments