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
Using this dependency in projects with vue3.0.0 and webpack will cause the project build to fail
1.npm install @unleash/proxy-client-vue 2.import { useFlag } from '@unleash/proxy-client-vue' 3.const isEnabled = useFlag('test-toggle')
No response
0.1.1
Enterprise
Hosted by Unleash
The text was updated successfully, but these errors were encountered:
Hi @feifeiteacher, thank you for opening this issue. This should be fixed in the latest v0.1.2. Can you please confirm?
Sorry, something went wrong.
When will version 0.1.2 be available online
Hi @feifeiteacher, version 0.1.2 has been released ~3 hours ago: https://github.com/Unleash/proxy-client-vue/releases/tag/v0.1.2
Successfully merging a pull request may close this issue.
Describe the bug
Using this dependency in projects with vue3.0.0 and webpack will cause the project build to fail
Steps to reproduce the bug
1.npm install @unleash/proxy-client-vue
2.import { useFlag } from '@unleash/proxy-client-vue'
3.const isEnabled = useFlag('test-toggle')
Expected behavior
No response
Logs, error output, etc.
No response
Screenshots
No response
Additional context
No response
Unleash version
0.1.1
Subscription type
Enterprise
Hosting type
Hosted by Unleash
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: