-
Notifications
You must be signed in to change notification settings - Fork 329
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
base: onchainkit-v1
Are you sure you want to change the base?
v1: Signature audit pt 1 #2360
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -40,6 +40,7 @@ | |||
"graphql-request": "^6.1.0", | |||
"qrcode": "^1.5.4", | |||
"tailwind-merge": "^2.3.0", | |||
"usehooks-ts": "^3.1.1", |
There was a problem hiding this comment.
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.
What changed? Why?
Notes to reviewers
How has it been tested?