Simon Hessel

Results 12 comments of Simon Hessel

@erikdubbelboer Thank you for your answer. `text/plain` does not work but the app strangely accepts `application/json` even if the body is empty. Do you think it will be possible to...

> Given the merge of https://github.com/prisma-labs/graphql-request/pull/379 is this still an issue? I think is canbe closed

I believe there's significant value in considering the capability to pass a complete Zod schema, as opposed to merely an object structure, in our configuration. This feature would offer greater...

> @shkreios I could simply reopen this one, if you'd like If thats possible, yes feel free to, maybe you can copy the new issue text into an updated request...

Interestingly, when using worker that requires the vite react plugin both the main app & the worker i don't get any of these errors and just see that all the...

This can be closed in favor of the [moved pr](https://github.com/dotansimha/graphql-code-generator-community/pull/32) to the new plugin community repo

@dohomi @raphaelfavier The problem occurs when using `DatepickerElement` without a `parseDate` function, in which case the `keyboardInputValue` instead of the `value` parameter is passed to the react-hooks-from controller `onChange`. I...

Hey @dohomi I had another look at the problem, the reason you get is strange behavior is that `renderInput` will always be called twice & because of these [lines](https://github.com/dohomi/react-hook-form-mui/blob/master/packages/rhf-mui/src/DatePickerElement.tsx#L105-L107) when...

If you'd like, I can open another pr to implement these fixes. Another thing I noticed while trying to debug this error is merging props correctly becomes really cumbersome and...