Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code example typo in homepage #3290

Closed
wants to merge 1 commit into from
Closed

Fix code example typo in homepage #3290

wants to merge 1 commit into from

Conversation

RicCu
Copy link
Contributor

@RicCu RicCu commented Dec 8, 2020

Code sample in homepage imports fragment container ArtistHeader but returns nonexistent Artist component.

Alternatively the intention might have been to show QueryRenderer rendering an Artist component-that isn't shown in the examples-which presumably renders ArtistHeader at some point in its tree. Then the import statement should be changed instead.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@kassens
Copy link
Member

kassens commented Dec 9, 2020

Thank you!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kassens has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@kassens merged this pull request in d60c99b.

alunyov pushed a commit that referenced this pull request Dec 16, 2020
Summary:
Code sample in homepage imports fragment container `ArtistHeader` but returns nonexistent `Artist` component.

Alternatively the intention might have been to show `QueryRenderer` rendering an `Artist` component-that isn't shown in the examples-which presumably renders `ArtistHeader` at some point in its tree. Then the import statement should be changed instead.

Pull Request resolved: #3290

Reviewed By: alunyov

Differential Revision: D25423861

Pulled By: kassens

fbshipit-source-id: 825778c1f8703cac01a08aec37315e67876a0f2a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants