Use loose equality (!=) instead of strict equality (!==) to check for both null and undefined values. This prevents runtime TypeError when githubStars is undefined. Fixes: Cannot read properties of undefined (reading 'toLocaleString') 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||