-
Notifications
You must be signed in to change notification settings - Fork 86
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
🐛 Bug - [Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of null (reading 'options')" #78
Comments
Yeah, I think so too, we need a way to re-load the script, any ideas @i7eo of how we can fix this? |
Sorry guys, I've been very busy lately. I checked @ubercj pr and there is no problem, it has been merged |
You can check version 0.1.2, Thanks @ubercj 👏 |
Yeah it's still there for Vue2 as well, I think I had mentioned it before somewhere cc @ubercj |
@i7eo, possible to re-open this bug? Or should we create a new one? |
fix react project options is not find i7eo#78
try @google-translate-select/vue2^0.1.3 |
@google-translate-select bug report
I sometimes get this error when I click on a dropdown language option. This only happens after I navigate away from the page the component is mounted on and when I switch back to the page and try again it doesn't work. I assume the component options aren't ready yet by the rime it's mounted?
Summary
Environment
Using Vue 2.7
Steps to reproduce
Expected results
To switch to the language clicked on the dropdown
Actual results
The language switch doesn't work because of this error
The text was updated successfully, but these errors were encountered: