Deleting a post from this screen does not correctly optimistically update the cache so the post stays present despite the API request succeeding. This is most likely because the key function for the mutation is being too strict and filtering out the swr query because it contains ?visibility=draft
Deleting a post from this screen does not correctly optimistically update the cache so the post stays present despite the API request succeeding. This is most likely because the key function for the mutation is being too strict and filtering out the swr query because it contains ?visibility=draft