hi,
I am Trying to find a way to get related post according to their category
{post.tags && <RelatedPosts tags={post.tags} />} // passed all related tags to the component
and I am getting the tags in RelatedPosts component but don’t know how to get the post.