So I have a couple inputs of type number that throw “expected string but got number” errors. This occurs when I submit a form populated with default values (from the db) for a user to edit, and submit the form without touching the numbered inputs.
If I edit the inputs before submitting the error doesn’t occur. All validation is of type number and the default values are also of type number.