all this hooks fails if you use an around hook, why ? because this lib is modifying the context and feathers don't want that. this should be avoid : return {...context, data} that spread fails as feathers detect the original hook changes
all this hooks fails if you use an around hook, why ? because this lib is modifying the context and feathers don't want that.
this should be avoid :
return {...context, data}
that spread fails as feathers detect the original hook changes