We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, When I am trying to load the project page I am getting an error.
⨯ app\projects\page.tsx (99:64) @ slug ⨯ TypeError: Cannot read properties of undefined (reading 'slug') at eval (./app/projects/page.tsx:212:66) at Array.map (<anonymous>) at ProjectsPage (./app/projects/page.tsx:209:35) digest: "3719235695" 97 | {[top2, top3].map((project) => ( 98 | <Card key={project.slug}> > 99 | <Article project={project} views={views[project.slug] ?? 0} /> | ^ 100 | </Card> 101 | ))} 102 | </div>
The text was updated successfully, but these errors were encountered:
/projects
No branches or pull requests
Hi there,
When I am trying to load the project page I am getting an error.
The text was updated successfully, but these errors were encountered: