Torleif Berger
Torleif Berger
@captainbrosset The guildelines in Firefox could indeed be even better than they are, but they are at least there and do help. The extension you link to is also somewhat...
* That is indeed FireFox, yes. * Previously I've loaded up the Sanity Studio as a separate thing, as was the way with v2, which I believe would load up...
> You must allow third-party cookies in your browser settings, at least for your sanity project API URL - [PROJECT_ID].api.sanity.io That solved my problem. They are allowed, as far as...
@kvaternio-dev Maybe add that as an issue/question on the https://github.com/Bkucera/cypress-plugin-tab repo?
> I managed to fix this by overriding the type definition: > > -- @ayloncarrijo This fix only seem to work for v3. Anyone been able to fix this for...
I've seen someone argue that with `z.preprocess` you don't know what the input type is because it could be anything, but that doesn't really make sense because then the input...
I got this too, and think I fixed it by being explicit in the `onChange` callback: `onChange={(date: Date | null) => setStartDate(date)}`
> What exactly doesn't work with the React Compiler? > It seems like for simple usage of `useForm` hook, it works pretty good. At least in my testing, it works...
Probably related to this now in the docs? 
Re #1564, please see if you can make roles supported for table rows as well, not just single cells?