onSettled error when creating a child item
Hey, so we've overriden the save on click handler with our own function to create an "item", then once that "item" is created, we the create an "artwork" that belongs to that item. We capture all the details in one form.
How we've done it is like this:
This works, it created an item, then creates an artwork for us, no problem.
However, we get the following error, which is caused by the artwork mutate, as when we comment it out the error doesn't happen.
Is there a better more
How we've done it is like this:
This works, it created an item, then creates an artwork for us, no problem.
However, we get the following error, which is caused by the artwork mutate, as when we comment it out the error doesn't happen.
Is there a better more
refine way of doing what we are doing here?