-
-
Couldn't load subscription status.
- Fork 47
ISSUE-356 | add try and catch to StatsigClient initializeAsync #357
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: main
Are you sure you want to change the base?
Conversation
|
@ryumy97 is attempting to deploy a commit to the Triplex Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
did you test this locally by turning off internet? :-) |
packages/lib/src/fg.tsx
Outdated
| try { | ||
| await client.initializeAsync(); | ||
| } | ||
| catch(error) { |
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.
nit: this will be formatted differently by prettier
if you run pnpm run install-git-hooks it'll auto format for you on commit
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.
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.
oh no, cheeky husky
|
I downloaded your branch and... it still fails to bootstrap when offline haha Why I wonder! 🤔 |



Add try and catch to StatsigClient initializeAsync function
Closes #356
Check to run optional actions