my blog https://overreacted.io
53
fork

Configure Feed

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

typo

authored by

dan and committed by
GitHub
251a29e0 6d96b287

+2 -2
+2 -2
public/jsx-over-the-wire/index.md
··· 2083 2083 <PostDetails 2084 2084 postTitle="JSX Over The Wire" 2085 2085 // ... 2086 - > 2086 + postLikes={ 2087 2087 <LikeButton 2088 2088 totalLikeCount={8} 2089 2089 // ... 2090 2090 /> 2091 - </PostDetails> 2091 + /> 2092 2092 ``` 2093 2093 2094 2094 ---