Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Runtime Error #171

Open
inkerton opened this issue Oct 26, 2024 · 1 comment
Open

Unhandled Runtime Error #171

inkerton opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request gssoc-ext gssoc event hacktoberfest-accepted hacktoberfest help wanted Extra attention is needed Level 2 Priority urgent and important

Comments

@inkerton
Copy link
Contributor

Found a bug? Please fill out the sections below. 👍

Issue Summary

The error message "TypeError: entries.map is not a function" in your Next.js project means that you're trying to use the .map() function on something that isn't an array. This function is specifically for working with arrays.

Zero value cases are not considered where entries might be empty to avoid errors. You can do this by checking the length of the array and conditionally rendering the mapped elements.

Steps to Reproduce

  1. (for example) Went to Guestbook / Notes

Actual Results

image

Expected Results

  • This is an ideal result that the system should get after the tests are performed

Technical details

  • Browser version, screen recording, console logs, network requests.
  • Node.js version
  • Anything else that you think could be an issue.
@TenzDelek
Copy link
Owner

go ahead

@TenzDelek TenzDelek added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed gssoc-ext gssoc event hacktoberfest-accepted hacktoberfest Level 2 Priority urgent and important labels Oct 27, 2024
@inkerton inkerton mentioned this issue Oct 31, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request gssoc-ext gssoc event hacktoberfest-accepted hacktoberfest help wanted Extra attention is needed Level 2 Priority urgent and important
Projects
None yet
Development

No branches or pull requests

2 participants