Hello, I have this error in the prototyper view of my project. Any idea of how to solve this?
The error displays the following:
[ { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 0, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 1, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 2, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 3, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 4, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 5, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 6, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 7, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 8, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 9, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 10, “content” ], “message”: “Required” }, { “code”: “invalid_type”, “expected”: “array”, “received”: “undefined”, “path”: [ “history”, 11, “content” ], “message”: “Required” } ]