Closed shoamano83 closed 1 year ago
Can you bump the version in the package.json
Sure, added 53ed467dcce7c1d2da3aeb7783876c9d3cc2de15.
Thank you!
Hi @butlerx , it looks like latest version on npm is still 3.0.8. Could you release v3.0.9? Thanks!
shoudl be released now. Got to remind myself how publish workflow works
Thank you! Yes, npm install gatsby-source-google-spreadsheets
now downloads v3.0.9 and it contains my fix.
Fixes https://github.com/butlerx/gatsby-source-google-spreadsheets/issues/29
Looking at the code, a row ID is generated using a worksheet's internal ID and row number. So when two worksheets had same internal ID, rows from those worksheets would have duplicate IDs.
The fix is to simply include spreadsheet ID when generating a row ID, so the ID is always unique.