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
3.0.0-alpha.11
https://codepen.io/faisalhakim47/pen/bGdPmaQ
vue.global.js:9997 Uncaught TypeError: Cannot use 'in' operator to search for 'options' in alert('from native')
Work
Error
Fix suggestion, in this file,
https://github.com/vuejs/vue-next/blob/899287ad35d8b74e76a71f39772a92f261dfa4f8/packages/shared/src/index.ts#L27
change the isOn conditions to something like:
export const isOn = (key: string) => key[0] === 'o' && key[1] === 'n' && key[2] === key[2].toUpperCase()
The text was updated successfully, but these errors were encountered:
2302dea
No branches or pull requests
Version
3.0.0-alpha.11
Reproduction link
https://codepen.io/faisalhakim47/pen/bGdPmaQ
Steps to reproduce
What is expected?
Work
What is actually happening?
Error
Fix suggestion, in this file,
https://github.com/vuejs/vue-next/blob/899287ad35d8b74e76a71f39772a92f261dfa4f8/packages/shared/src/index.ts#L27
change the isOn conditions to something like:
The text was updated successfully, but these errors were encountered: