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

->after(function ($record) {
//$data
})