79714994

Date: 2025-07-25 16:00:32
Score: 1
Natty:
Report link

The fetch made in your <Home /> component is being made server side as a server component. The browser isn't making that request so it makes sense that it wouldn't log anything. All the browser sees is the fetch's response as a react server component payload.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tyler H