relayjs / relay-examples

A collection of sample Relay applications
MIT License
1.14k stars 429 forks source link

React component name not matching the file name in the Newsfeed tutorial #286

Open joeccleung opened 1 year ago

joeccleung commented 1 year ago

Hello, I am following the Newsfeed tutorial. In the tutorial, the React component "OrganizationKind" default method was named PosterBylineLocation instead of OrganizationKind.

https://github.com/relayjs/relay-examples/blob/d2c840366dab237d9e6dab4caf00f88d7dd870c3/newsfeed/src/components/OrganizationKind.tsx#L19

I am not sure is this by design or a typo.

If this is a type, I am happy to submit a diff to fix it.

BTW, thank you for the great tutorial.

davidmccabe commented 1 year ago

Yeah this is just a mistake. Thanks for offering to fix it, please go ahead!