Dario Vogogna
Dario Vogogna
I was investing this issue: the problem here is that `User` model doesn't use the `Cachable` trait (as adviced in the docs) and so `ModelCaching` trait method `newBelongsToMany` doesn't exist...
If you are using Harpoon 2, I think you can get this behaviour using a custom key. This is the custom key I'm using ```lua key = function() local Job...
This is a great additional! I'd just want to point out that, at least on the React Typescript implementation that I tested, a real form submission should be performed instead...