Giulio Zanchetta

Results 56 comments of Giulio Zanchetta

Same experiencing the same problem with version 1.0.60 Manual installation does not fix

Does someone have a sample repo where debugging work on windows with turbopack?

Thanks @0x33dm but unfortunatly with that configuration it does not work With either `"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbo",` or `"dev": "cross-env NODE_OPTIONS='--inspect=9230' next dev --turbo",` or `"dev": "next dev...

@dexxiez In the previous snippet I just forgot the other session running, but I have the problem anyway ``` $ cross-env NODE_OPTIONS='--inspect=9230' next dev --turbo Debugger attached. Debugger listening on...

To me even all the button on the navbar stopped working, @emmatown you did not reproduce because you are on mac and on mac works, it stopped working on chrome...

I will test with a minimal repo to reproduce this problem

Actually I upgraded all packages and couldn't repro anymore, tried downgrade just keystatic but it kept working, so i don't know which one of the packages was causing the problem,...

https://github.com/majesticostudio/keystatic-components/blob/main/components/ColorPicker.tsx

@tordans yes you can create custom fields components, I don't think there is docs about it. for usage you can simply use like this ``` import { ColorPicker } from...