Skip to content

v1: Signature audit pt 1 #2360

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

Open
wants to merge 12 commits into
base: onchainkit-v1
Choose a base branch
from
Open

v1: Signature audit pt 1 #2360

wants to merge 12 commits into from

Conversation

dgca
Copy link
Contributor

@dgca dgca commented May 13, 2025

What changed? Why?

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented May 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 5:54pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 5:54pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 5:54pm

@@ -40,6 +40,7 @@
"graphql-request": "^6.1.0",
"qrcode": "^1.5.4",
"tailwind-merge": "^2.3.0",
"usehooks-ts": "^3.1.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current implementation of useIsMounted in src/internal/hooks/useIsMounted doesn't let you check if the component is mounted at the end of the component lifecycle.

Rather than update the hook and its usage internally, I figured bringing in this library would be better since it also covers a lot of the hooks we have in our codebase, and it's been extremely battle tested.

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

Successfully merging this pull request may close these issues.

2 participants