We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! 👋
Firstly, thanks for your work on this project! 🙂
I have an issue on trying to use unleash on my client side.
I'm supporting old browser up to Chrome v50, and I got an error that the page cannot load due to the usage of async await in the updateContext:
async await
updateContext
@unleash/nextjs
@unleash/proxy-client-react
No unsupported syntax on old browser that triggers error.
Uncaught SyntaxError: Unexpected identifier
No response
v4.3.0
Open source
Self-hosted
frontend SDK
The text was updated successfully, but these errors were encountered:
Hi @chenxeed thanks for the issue and the contribution! We'll look into it!
Sorry, something went wrong.
gastonfournier
Successfully merging a pull request may close this issue.
Describe the bug
Hi! 👋
Firstly, thanks for your work on this project! 🙂
I have an issue on trying to use unleash on my client side.
I'm supporting old browser up to Chrome v50, and I got an error that the page cannot load due to the usage of
async await
in theupdateContext
:Steps to reproduce the bug
@unleash/nextjs
which also rely on@unleash/proxy-client-react
Expected behavior
No unsupported syntax on old browser that triggers error.
Logs, error output, etc.
Screenshots
Additional context
No response
Unleash version
v4.3.0
Subscription type
Open source
Hosting type
Self-hosted
SDK information (language and version)
frontend SDK
The text was updated successfully, but these errors were encountered: