my blog https://overreacted.io
53
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unused property `postId` for PostList route (#844)

authored by

Nipuna Gunathilake and committed by
GitHub
2da5dabb f7cf2722

+1 -1
+1 -1
public/jsx-over-the-wire/index.md
··· 2417 2417 return <Post postId={postId} /> 2418 2418 } 2419 2419 2420 - export async function PostListRoute({ postId }) { 2420 + export async function PostListRoute() { 2421 2421 const postIds = await getRecentPostIds(); 2422 2422 return ( 2423 2423 <>