Phil Wolstenholme
Phil Wolstenholme
 Yes, I believe it can cause duplication of the label text. It would be nice if we could pass a DOM element to the plugin to only target a...
We have this issue too. It's because the script uses `HTMLElement.innerText` to grab the label text to put into the file browser. We provide some accessible text about the required...
This would be very useful
I had a similar issue and it was because cssnano was compressing my CSS earlier in the pipeline, if anyone else stumbles onto this issue then check you don't have...
@SassNinja I've raised a PR with some suggested changes to the README that might be useful to people who are interested in this plugin but don't fully understand what the...
I'm also seeing this behaviour with a similar setup to @vincentGustav's.
@ryanbergor @everchanger I don't suppose you found a solution other than a) not using this plugin or `vue-mq`, or b) not using Chakra? I wonder if Chakra is doing something...
Ah nice, I switched too – I ended up using [nuxt-viewport](https://github.com/mvrlin/nuxt-viewport).
This appears to still be an issue in `3.0.0-beta.6`
For now I'm using https://www.npmjs.com/package/patch-package to patch the issue