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

"Missing field" warnings in tutorial #350

Open
AndrewKvalheim opened this issue Jan 31, 2019 · 0 comments
Open

"Missing field" warnings in tutorial #350

AndrewKvalheim opened this issue Jan 31, 2019 · 0 comments
Labels
investigating Amplify is looking into the issue

Comments

@AndrewKvalheim
Copy link

AndrewKvalheim commented Jan 31, 2019

Steps to reproduce

  1. Run the example:
    1. Clone the tutorial for offline helpers.
    2. yarn install.
    3. Follow the instructions for the AWS console.
    4. Provide aws-exports.js.
    5. yarn start.
  2. Create a todo item.
  3. Delete the todo item.

Expected results

No warnings are emitted.

Actual results

writeToStore.js:107 Missing field name in {
  "__typename": "Todo",
  "id": "e779b237-7d7e-41fd-b084-69a96624631e",
  "version": 2
}
writeToStore.js:107 Missing field description in {
  "__typename": "Todo",
  "id": "e779b237-7d7e-41fd-b084-69a96624631e",
  "version": 2
}
writeToStore.js:107 Missing field status in {
  "__typename": "Todo",
  "id": "e779b237-7d7e-41fd-b084-69a96624631e",
  "version": 2
}

Should I be concerned about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Amplify is looking into the issue
Projects
None yet
Development

No branches or pull requests

2 participants