Michael Obrycki
Michael Obrycki
I am experiencing the same issue as @MiroslavPetrik; When typing, my onChange handler is only receiving the most recent character typed, not the additive string.
I just ran into this today. As a workaround (until this can be fixed), I just excluded the compiler when running the unit tests: vite.config.js ```javascript export default defineConfig(({ command,...
Having the ability to group tabs together (like edge/chrome) would be helpful. You could use multiple windows, but session/state doesn't work for multiple windows (to my knowledge); so when re-opening...