-
Notifications
You must be signed in to change notification settings - Fork 33
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
Addition for async causes CSP errors #254
Labels
Comments
robinvoor
pushed a commit
to robinvoor/vue-cool-select
that referenced
this issue
Nov 6, 2019
🎉 This issue has been resolved in version 3.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
rin4573281133639
added a commit
to rin4573281133639/iliyaZelenko9
that referenced
this issue
Feb 5, 2022
# [3.5.0](iliyaZelenko/vue-cool-select@v3.4.0...v3.5.0) (2019-11-06) ### Bug Fixes * **component:** fixes [#254](iliyaZelenko/vue-cool-select#254) - Remove async from showMenu() ([223160f](iliyaZelenko/vue-cool-select@223160f)) ### Features * **package.json:** add package.json prepare script - yarn build ([7cf5e0f](iliyaZelenko/vue-cool-select@7cf5e0f))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our application has Content Security Policies that doesn't allow dynamically defining functions.
Recently added
async
modifier to theshowMenu
function causes the inclussion of the regenerator polyfill by rollup. In this package there is a function that is dynamicThe text was updated successfully, but these errors were encountered: