Luca Campli

Results 6 comments of Luca Campli

I can help with this if needed!

Could you please create a codesandbox to reproduce the issue?

Hey! Thanks a lot for your interest and sorry a lot for the very late answer. Some how I was not receiving mail notifications for this repository. At the moment...

Hi @wileybaba , thanks for taking the time to report the issue! I can actually reproduce it, I'll take time to investigate why this is happening but your suggested solution...

I had the same problem on postgres with M:N relationship. My workaround was to do the following instead of `set`: ``` deleteMany: {}, createMany: { data: hosts.map(({ type, id })...

I think it would be better to add a default value of `"button"` for `type` prop directly in the Button component so that this kind of issues will not happen...