afterStateUpdated not called in fileupload
i'm trying to use the afterStateUpdated on a fileupload in an action but its never called.
2 Replies
just an educated guess but i think one of the parameters in the closure is causing the issue. can you try something like this and see if it works and then gradually add more parameters
->afterStateUpdated(function ($state){
dd ($state)
}
@Dhru also doesnt work unfortunately