Level 63
Where is the code ?
Hi everyone. I have created a component and blade view file, and I am trying to update totalJobs and processedJobs value using batch. I am able to create a batch and jobs table in my databse, but I am getting this error. I am not sure where this error comes from. Please help me, thank you so much!
Property type not supported in Livewire for property: [ { "id": "9b3f3da7-7eff-4c84-b75d-6f98e9bc7132", "name": "", "totalJobs": 0, "pendingJobs": 0, "processedJobs": 0, "progress": 0, "failedJobs": 0, "options": { "queue": "priceCalculation" }, "createdAt": "2024-02-03T11:19:56.000000Z", "cancelledAt": null, "finishedAt": null } ]
This is a code snippet in the blade file.
Please or to participate in this conversation.