Results 5 issues of tcummin2

I have many color variables that represent different light levels of a single color in increasing lightness (`red-lighter1`, `red-lighter2`, `red-lighter3`, `red-darker-1`, etc). Currently, a variable such as `redLighter1` would be...

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-composition-api-array-ref-error-ozh0v9) ### Steps to reproduce Wrap one or more refs in an array and try to render in the template with `v-for` or an...

OS: Windows 11 Package: `@vue/[email protected]` I have my project in a directory starting with the letter "x". When I run the tests on my project in this directory, the tests...

Reproducible example: https://codepen.io/tcummin2/pen/oNYdxqO?editors=0010 Console errors are thrown when you hover over the 2nd point because plotly is trying to call `string.replace` on an array instead of a string.

Reproducible example: https://codepen.io/etpinard/pen/PZgPKx 1. Click one of the annotations to edit it 2. While still editing the annotation, click a separate annotation 3. The newly-editing annotation will become editable, but...