Open trackingallday opened 4 years ago
We are using a very handy feature in our code using async actions that need to happen in order like this:
props.getItem(props.itemsUri).then( ({ payload }) => props.loadCreateItemRelationForm(payload.relatedItemFormUri));
Could you please add to the docs that this is a feature?
We are using a very handy feature in our code using async actions that need to happen in order like this:
props.getItem(props.itemsUri).then( ({ payload }) => props.loadCreateItemRelationForm(payload.relatedItemFormUri));
Could you please add to the docs that this is a feature?