Property [$record] not found on component:

I try to access the record which is just created using $record on after() life cycle hook but i got the error Property [$record] not found on component:. Thank you in advance for your help
Screenshot_2023-07-18_231516.jpg
Solution
Or probably:

->after(function ($record) {
    //$data
})
Was this page helpful?