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
I am currently getting the error: 'invalid type for field to, expected: array, given: object'. I have attempted to changing the value to a single string, a single string declared within an array and the result varies slightly (as in: 'invalid type for field to, expected: array, given: string').
The text was updated successfully, but these errors were encountered:
Hello, I hope someone can point me to the right direction. I also referred to the following resources:
I have the following code snippet:
I am currently getting the error: 'invalid type for field
to
, expected:array
, given:object
'. I have attempted to changing the value to a single string, a single string declared within an array and the result varies slightly (as in: 'invalid type for fieldto
, expected:array
, given:string
').The text was updated successfully, but these errors were encountered: