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 examples with relay-compiler #10976

Merged
merged 7 commits into from Mar 11, 2020

Commits on Mar 11, 2020

  1. Copy the full SHA
    d645480 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc6ace5 View commit details
    Browse the repository at this point in the history
  3. Example with-react-relay-network-modern: fix some errors

    - Without checking if props.allBlogPosts exists it fails sometimes on
      "TypeError: Cannot read property 'edges' of undefined"
    
    - I have no idea how it could work before with Component.query().params.name,
      but maybe some dependent library API has changed
    messa committed Mar 11, 2020
    Copy the full SHA
    68d95c5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0addd00 View commit details
    Browse the repository at this point in the history
  5. Example with-relay-modern-server-express: move relay __generated__ ou…

    …t of pages dir
    
    Fixes Error: Build optimization failed: found page without a React Component as default export in
    pages/__generated__/pages_indexQuery.graphql
    messa committed Mar 11, 2020
    Copy the full SHA
    3e8d960 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4e6d151 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5f6d118 View commit details
    Browse the repository at this point in the history