Closed fabien0102 closed 3 years ago
So far customProps was just for the base, let's extends this API to permit more usecases.
customProps
base
In the same direction, customProps[key] can now be a function that will receive some metadata (just the responseType for now)
customProps[key]
responseType
Why
So far
customProps
was just for thebase
, let's extends this API to permit more usecases.In the same direction,
customProps[key]
can now be a function that will receive some metadata (just theresponseType
for now)