Michael Obrycki
Results
2
comments of
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,...