Virgile RIETSCH
Virgile RIETSCH
Same issue here. I tried your fix @dev-xo but there is a type error on the line `const Player = ReactPlayer.default` (property does not exist). `import ReactPlayer from 'react-player/youtube'` works...
Getting the same error with FieldMetadata, looping through an array of objects. ```tsx const Schema = z.object({ users: z.array(z.object({ name: z.string() }) }) const Component = () => { const...
I followed the advice from OP here https://github.com/johnlindquist/kit/issues/1133 and removed ScriptKit App from macOS. It was not enough, so I had to `rm -rf .kenv .kit` to delete both the...
Thank you for the tip. I must confess, I didn't know where the config files were located. 🙂
Hi @matjahs did you solve this issue by any chance ? I got the same error after modifying the Kit settings.