-
Notifications
You must be signed in to change notification settings - Fork 532
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
Using v-if and v-for on the same element is not recommended #84
Comments
I don't think you did anything wrong, this is something we missed. We never got this message on our dev environment, because we were using |
Then I experienced the same issue, I did an npm update yesterday and with that some new versions came along. Ever since this warning occured. Application works just fine though, will be waiting for a update, take your time 👍 |
Just be careful if you use it in production, this is still technically an alpha (v0.x.x) and API may change a lot. |
I have been sharing this plugin a lot, actually haha. Didn't knew it was in Alpha! I am planning on using this plugin in a production environment, not a big application but it works just fine to be honest. I will be looking into your issue as well when I get the time. (#74) |
Thank you ! |
It is alpha, but working :) We have break changes in releases. So if you would like to use in production, we recommend to lock the version in package.json and update only manually. |
@icebob hive mind! 😄 |
Fixed. Will be released in v0.6.0 |
Currently getting the error in the title.
Full error:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: