How to log? #89
|
I'm using the quickstart project (nlr-skeleton). In /src/app/page.tsx, I have: However, nothing is logged that I can find, either with npm run start or npm run dev. I'm new to React so apologies if there's some obvious place I should be looking. |
Answered by
helloyork
Sep 6, 2025
Replies: 1 comment 1 reply
|
Please try opening the web console. |
1 reply
Answer selected by
fsharpn00b
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please try opening the web console.
Reference: Open Chrome DevTools
Then navigate to the
consolepage. I believe this will resolve the issue!