DoubleJ-G
DoubleJ-G
## Bug Description If you upload an asset with a special character in the file name such as `+` the control panel will not display or link to the asset...
### Version 6.2.1 ### Browser and OS info Chrome 103 / Mac 12.2.1 ### Steps to reproduce A minimal repo to reproduce is provided here: https://github.com/DoubleJ-G/vue-query-devtools-bug Run the app and...
### Reporting a bug? Using `vite-plugin-ssr` to run Vue 3 with server side rendering, leaving the legacy api enabled will cause memory to slowly increase with every request. ### Expected...
Currently using a variable in `v-model="json" will correctly set the initial value of the editor, but any changes will not be updated on the `json` variable. To correctly update this...
**Is your feature request related to a problem? Please describe.** I want to be able to test that a function throws a ForbiddenError. Take this snippet for example: ```ts expect(()...