You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this schema as an input for a mutation causes the panel to crash: TypeError: Cannot use 'in' operator to search for 'Symbol(Symbol.iterator)' in undefined
Is there any solution to avoid this issue? I think it would be enough to partially "ignore" FormData, as inputs may be hard to implement. Having these mutations just listed without the Input-field would be great!
The text was updated successfully, but these errors were encountered:
Using a zod-form-data schema breaks trpc-panel.
Using this schema as an input for a mutation causes the panel to crash:
TypeError: Cannot use 'in' operator to search for 'Symbol(Symbol.iterator)' in undefined
Is there any solution to avoid this issue? I think it would be enough to partially "ignore" FormData, as inputs may be hard to implement. Having these mutations just listed without the Input-field would be great!
The text was updated successfully, but these errors were encountered: