Oliver Tappin
Oliver Tappin
Those blocks exist, and they're showing/working on the Squarespace website. Is there anything else I can debug or share to help expose the exact issue I'm having?
`will-transform` isn't a valid CSS property? Do you mean `will-change` instead? Which would be used like `will-change: 'transform';`. Tested this solution on iOS10 and doesn't seem to be working.
After further testing, it seems `Illuminate\Queue\Jobs\Job` is the class in question, and you must implement the `getRawBody` and `getJobId` to satisfy the requirements of the `abstract` class. I will open...