79686492

Date: 2025-07-01 18:47:33
Score: 1
Natty:
Report link
type NewsItemPageProps = Promise<{ id: string }>;

async function NewsItemPage(props: { params: NewsItemPageProps }) {
  const params = await props.params;
  const id = params.id;

this code works

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mttinor