David Henley
David Henley
I have the following set `.AddJsonOptions(o => o.JsonSerializerOptions.IgnoreNullValues = true)` and it is still including null values. @mattfrear Can we get this to work with System.Text.Json?
Same issue with mcr.microsoft.com/mssql/server:2017-CU8-ubuntu
Seems to only happen when I have Docker Desktop open.
@sandyrogersACF I dont have that option on the newest version of Docker Desktop for Mac.
So change invalid to be false if error returns an empty array or an array of empty objects as well as undefined?
Am I missing something?? I updated to latest, and this stopped working again. Did something change in the lastest versions? @erikras arrayValidate: ``` export const productValidate = values => {...
@erikras Here you go: [](https://codesandbox.io/s/8xo8yjvz69) The FieldArray validate isn't even being called. I don't know what happened? This was working fine with PLENTY of testing as you know.
@erikras any ideas on the above?
Nice. I ended up switching to the new Formik FieldArrays bc the issue was never addressed.
They are about the same. You don't have to make many changes to your inputs. I switched back and forth 3-4 times but with Formik FieldArrays being in the master...