Skip to content

docs: add JSDoc comments to custom hooks#165

Open
bfernando wants to merge 2 commits into
FX-GENE:mainfrom
bfernando:bounty-75-hook-jsdoc
Open

docs: add JSDoc comments to custom hooks#165
bfernando wants to merge 2 commits into
FX-GENE:mainfrom
bfernando:bounty-75-hook-jsdoc

Conversation

@bfernando

Copy link
Copy Markdown

Summary

  • add JSDoc blocks to all custom hooks in hooks/
  • document parameters, return values, and usage examples for dispute, invoice, team, wallet, and invoice-status hooks

Testing

  • npm ci
  • git diff --check

Notes

  • npm run typecheck currently fails on a pre-existing syntax error in types/api.ts.
  • npm run lint currently fails on pre-existing unrelated issues in components/auth/TOTPSetupGuide.tsx and dashboard hook dependencies.
  • npm test reports existing accessibility failures and was interrupted after hanging on the repo test process.

Closes #75

@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown

@bradleyfernando is attempting to deploy a commit to the dreamgenex's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JSDoc comments to all custom React hooks

3 participants