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

"Warning: Links not implemented yet" console spam from jsonapi-datastore #173

Closed
brettdh opened this issue Apr 22, 2019 · 1 comment · Fixed by #227
Closed

"Warning: Links not implemented yet" console spam from jsonapi-datastore #173

brettdh opened this issue Apr 22, 2019 · 1 comment · Fixed by #227
Assignees
Labels

Comments

@brettdh
Copy link
Contributor

brettdh commented Apr 22, 2019

Describe the bug
Console is filled with these messages:

Warning: Links are not implemented yet.
Warning: Links are not implemented yet.
Warning: Links are not implemented yet.
...

This comes from the patreon npm module, which uses jsonapi-datastore, which has a known log spam issue. Since this library seems to be unmaintained (no commits since 2016), the fix for us is probably to fork both of them and fix it ourselves.

To Reproduce

  1. Run yarn start
  2. Open the app in the simulator
  3. Ensure you've connected Patreon.
  4. Wait for data to load, and look at the yarn start terminal. You should see the messages - lots of them.

Expected behavior
No such log spam.

@brettdh brettdh added the bug label Apr 22, 2019
@brettdh brettdh self-assigned this Feb 2, 2020
@brettdh
Copy link
Contributor Author

brettdh commented Feb 2, 2020

We no longer use the patreon module; instead, we use jsonapi-datastore directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant