Luís Rudge
Luís Rudge
thanks for the repro, but it seems like it's not working? the value is not there and nothing is logged to the console.
it also doesn't work locally
after my [conversation in discord](https://discord.com/channels/917386801235247114/1297090218901377074) with @hi-ogawa, we figured out the issue: - when you run in stackblitz, it always run in 'preview' (even if you configured playwright or webdriverio)...
oh, nevermind. Playwright supports the `ControlOrMeta` key natively, so you can use just that 😅 https://playwright.dev/docs/api/class-keyboard#keyboard-press ```typescript import { test } from 'vitest'; import { page, userEvent } from '@vitest/browser/context';...
@snowystinger thanks for the tip!
yes, but my point is that an external event set the value for the input, but something internal to the component still considers it invalid, since the validation message stays...
@opencv-alalek thanks for the reply. Is there a way to include another module? Can I override that whitelist and add TrackerCSRT to it?
interesting.. it works in vscode's (cursor's) terminal. but it doesn't work in ghostty or macos terminal
Thanks. I'll add support to it when it's GA
ah yeah, unfortunate.. I fixed this for window before, but it only accounts for the default @prisma/client path https://github.com/luisrudge/prisma-generator-fake-data/commit/56ec5e0678c776dccf12dcb2ecb4c9aa3a83671e. If you can add a PR with a test for this,...