Yolo
Yolo
Hi there, I am a bit confused. I am using SSH as remote url and I can not pull or push. Git error: Bad credentials. I tried with this 2...
Hey @siddharthkp ! Have you an example of prettier integration with react-live ? Thanks
@siddharthkp thanks! but doesn't work, i've got this error that i don't understand. `Error: TypeError: parseFunction is not a function` I have see discussions on prettier repos to integrate prettier...
Can we have an example of your custom .js file to updated image?!
Hi guys, I am still wondering how to add dayjs type with zod. Any update to deal with this use case ? Thanks
> I ended up using: > > ``` > { > myDayjsProp: z > .string() > .transform(v => (v.length && dayjs(v)) || undefined) > .optional() > } > ``` Thanks...
It will be nice to extend with custom types like moment or dayjs "natively". Something like this: `z.daysjs()`
Same with the message The response of "/json" does not change according to MESSAGE_STYLE
> @himyjan is there any way of structuring your workaround so that we can pass data in to getData() to fetch a specific record or query? > > Something like...
> Sorry no, I've just avoided loading data this way on the client side (for now). I'm using parent server components to pass in the initial data (if required), via...