conradj / gatsby-source-pocket

Fetch data from Pocket API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning on author node

laugri opened this issue · comments

Hi Conrad,

Thanks for merging the authors PR. After upgrading to 2.2.0, I get the following warning when running gatsby develop:

image

I tried to change the createNode code to fix it but I can't seem to make it have the proper id/item_id (which should be the author_id). I haven't found documentation on how to properly create nodes so I am stuck. Can you maybe point me in the right direction so I can fix it? Otherwise I'll make a PR removing the authors field.