If I use VeeValidate, I run into this error when i try to inspect (with vue dev tools) anything else than a component that actually uses VeeValidate:
Uncaught TypeError: Cannot read property 'type' of null
at backend.js:1
at x (backend.js:1)
at t.a (backend.js:1)
at Object.y (backend.js:1)
at e (backend.js:1)
at e (backend.js:1)
at e (backend.js:1)
at e (backend.js:1)
at Object.t.stringifyStrict (backend.js:1)
at Object.t.stringify (backend.js:1)
Install Vue, Vue.use(VeeValidate) is enough to break vue devtools
I don't think this is an issue with vee-validate but rather the vue-devtools itself since it got a big update recently.
This issue https://github.com/vuejs/vue-devtools/issues/499 has been tagged as a bug roughly at the same time as you created this issue, so I guess it will be taken care of very soon. I will re-open if its not the case.
This issue can be fixed from vee-validate side but I'm awaiting clarifications regarding the cause of this issue in order to avoid it in the future.
@logaretm can you maybe push the fix and then do another commit when you get to know more about the issue here. This is a bit frustrating since its stopping me using vue devtools alltogether...
@altinselimi 2.0.3 is out with the fix.
Most helpful comment
@altinselimi 2.0.3 is out with the fix.