I have a form field where i want to use information on the current Resource however the form field is only passed 'resourceName', 'resourceId', 'field' in its props. Missing the resource
When looking at components like nova/resources/js/components/Detail/TextField.vue i can see it expects a resource prop.
Anyone know how to retrieve the resource?
I could "just" make an API call to fetch the resource since i have the id, however it is already loaded and would seem like a dirty hack.