Open joeccleung opened 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.
Yeah this is just a mistake. Thanks for offering to fix it, please go ahead!
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.