-
Notifications
You must be signed in to change notification settings - Fork 4
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
Disclaimer #2097
Disclaimer #2097
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.
I think there may be an issue with how the persistent atom is being saved. I did some testing and I noticed the the atom being saved in storage holds the following value after accepting the user agreement {__version: 0}
. It seems like the boolean for the defaultValue
is not being saved. That being said, the disclaimer functionality seems to work since it checks for the truthy value of thedisclaimerStatus
object returned.
As an aside: I'm not sure if userLocation is working correctly either. I used as VPN via the US and it doesn't seem to be picking up correctly.
I think the |
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.
Looks good!
closes #1822