Closed piligrimnick closed 5 years ago
Thanks for the report, I'll check it as soon as I can.
I tested my example project with 2.4.4 but found no issue. Can you explain how to reproduce it ?
Closing due to inactivity.
I am getting this error too. Is there a fix?
please provide an example on how to reproduce this.
I will try to make a reproduction soon. But this is happening to me developing a plugin for another package.
https://github.com/64robots/nova-image-cropper
Maybe its because of duplication of Vue instances but I can't figure out the solution.
I'm facing the same issue, using vue cropper in my component and trying to change a data value in the same component I get this error.
Vue version 2.5.16
BTW if anyone else is getting this error I solved it by wrapping the cropper in it's own .vue file, kinda anoying to proxy everything but at least it's working without the warning.
I'm facing the same issue, using vue cropper in my component and trying to change a data value in the same component I get this error.
Vue version 2.5.16
BTW if anyone else is getting this error I solved it by wrapping the cropper in it's own .vue file, kinda anoying to proxy everything but at least it's working without the warning.
Yes, it worked! Thanks :)
Wrapping in its own component is not working for me. Any help?
I'm re-opening this, please provide a sample project so that I can debug the issue.
Ive created a repo and I cant reproduce it. I think its because of the Vue.extend you have.
Im using this in a Laravel Nova package, and I believe your package is using the Vue instance from Nova, which causes this kind of warnings.
Im going to fork this repo and try to not using Vue.extend and see what happens
I fixed this issue in my project with this PR #40. Hope it helps!
Thanks, I'll check it out asap.
+1 We are waiting on this PR as well.
I think it's a problem with Vue 2.4.4 check this issue - looks the same https://github.com/apertureless/vue-chartjs/issues/151