Issayah

Results 319 comments of Issayah

This seems to have been fixed by Vue 3.5. I checked, not hydration mismatches

The package only runs during the build process. If one were to exploit the issue, it would only impact the developer. Which is why npm audit can be misleading https://overreacted.io/npm-audit-broken-by-design/

> @VividLemon I wasn't comfortable (or even sure it would work) doing a forced push to my branch to amend the commit messages that included the breaking change, so this...

> > > @VividLemon I wasn't comfortable (or even sure it would work) doing a forced push to my branch to amend the commit messages that included the breaking change,...

> To answer my own question, vue should detect if there isn't an variable in the prob it creates a local one Yes. If it didn't create a ref, I...

Tbh I agree with this one. It seems safest to force slot usage instead so v-html can be flagged by people using `eslint-plugin-vue`

I'd prefer to never do any sanitation for the user. It's not up to us on what they should or shouldn't be allowed to do with their code. Maybe they...

Not sure why you think you can't have form-floating on a form element ![image](https://github.com/bootstrap-vue-next/bootstrap-vue-next/assets/31498096/56fd4a18-08a6-46ce-86f5-6f4a3252464e) Idrk why one would want to use form over a div in this case though

Regardless on if the class is misleading, it is native bootstrap form code. There's no reason to remove it