hi everyone, Im trying to add an image to a post a...
# prisma-whats-new
r
hi everyone, Im trying to add an image to a post and then updating the list of posts by adding an
update
function. All works fine but when I get redirected to the list of posts I get the warning:
Missing field posts in [ image: { id: 'image_id', url: 'image_url'}]
and my new post is not shown until I reload the app ( Im working on expo/react native)