We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.8
14.17.1
ERROR #11321 PLUGIN
"gatsby-source-bgg" threw an error while running the sourceNodes lifecycle:
poll.results.map is not a function
TypeError: poll.results.map is not a function
polls.ts:37 Object.processSuggestedNumPlayersPoll [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/polls.ts:37:24
index.ts:51 [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:51:28
Array.map
index.ts:13 Object.processData [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:13:15
index.ts:125 [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:125:12
index.js:32 step [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:32:23
index.js:13 Object.next [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:13:53
index.js:4 fulfilled [gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:4:58
task_queues.js:95 processTicksAndRejections internal/process/task_queues.js:95:5
No response
The text was updated successfully, but these errors were encountered:
Fixed: suggested number of players poll on things can be a single obj…
5c81d4a
…ect (#15)
05765ff
TommasoAmici
No branches or pull requests
What version of gatsby-source-bgg are you using?
1.0.8
What version of Node.js are you using?
14.17.1
Describe the Bug
ERROR #11321 PLUGIN
"gatsby-source-bgg" threw an error while running the sourceNodes lifecycle:
poll.results.map is not a function
TypeError: poll.results.map is not a function
polls.ts:37 Object.processSuggestedNumPlayersPoll
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/polls.ts:37:24
index.ts:51
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:51:28
Array.map
index.ts:13 Object.processData
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:13:15
index.ts:125
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ src/index.ts:125:12
index.js:32 step
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:32:23
index.js:13 Object.next
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:13:53
index.js:4 fulfilled
[gatsby-source-bgg-npm-1.0.8-bff9ea3960-e2e68e0651.zip]/[gatsby-source-bgg]/ dist/index.js:4:58
task_queues.js:95 processTicksAndRejections
internal/process/task_queues.js:95:5
Expected Behavior
No response
To Reproduce
No response
The text was updated successfully, but these errors were encountered: