Closed mosessmax closed 4 months ago
Can you provide a mini repo? Thanks
I get the same error. I think it has to do with the autocomplete option. When I click and it fills out the form, that's when the error occurs.
<script setup lang="ts"></script>
<template>
<input name="firstName" type="text" autocomplete="given-name" />
</template>
I get the same error by clicking anywhere on the interface, but only on the first click. This happens in a Vue.js project that was created before adding the plugin. In a clean Vue.js project, I don't encounter the error.
I get the same error by clicking anywhere on the interface, but only on the first click. This happens in a Vue.js project that was created before adding the plugin. In a clean Vue.js project, I don't encounter the error.
it was a clean vue.js project, i selected the devtool plugin while scaffolding the project.
I get the same error by clicking anywhere on the interface, but only on the first click. This happens in a Vue.js project that was created before adding the plugin. In a clean Vue.js project, I don't encounter the error.
it was a clean vue.js project, i selected the devtool plugin while scaffolding the project.
Can you share the repo to help us track it? Thanks.
I cannot reproduce it, so if someone can provide a mini repo, it would be helpful.
I cannot reproduce it, so if someone can provide a mini repo, it would be helpful.
Here is a reproduction: https://github.com/Deckluhm/vue-devtools-next
⚠️ Important to note that it seems to only happen on Chromium-based browsers, not on Firefox.
Also, I forgot to mention that, as @r4g309 said, it seems to only happen when using an autocomplete suggestion.
Fixed in v7.3.6
i get this error, as soon as i type into the input field, it goes away on refresh but shows up again as soon as i type in the input.
version: "vite-plugin-vue-devtools": "^7.3.1",