-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Migrate detect os hook #5322
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
Migrate detect os hook #5322
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Good stuff! Thank you for your first contribution!!
I've left a few comments 👀
(Don't forget to add tests before we get this merged) (Covering the util and the Hook separately)
@ovflowd thanks for the review, I've tackled the comments. |
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.
LGTM! Thanks for the PR 🚀
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.
Cool stuff! Those are really good contributions! Thank you for your effort <3
I left a few comments and suggestions 🙇
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.
Really good stuff! Thank you for the changes. I left a few final comments, and we're ready to go!!
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.
LGTM! Let's get this merged! Congrats for your first contribution :)
Co-authored-by: Wai.Tung <[email protected]> Co-authored-by: Aymen Naghmouchi <[email protected]>
Hey here is a first PR on the detect OS hook.
As discussed in the issue, I switch to relying on the
userAgent
on top of theappVersion
, because theappVersion
is deprecated.