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
f7cf2722 251a29e0

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