-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Any assistance on why 'some' is undefined?
TypeError: Cannot read property 'some' of undefined
at filter (webpack-internal:///./pages/index.tsx:71:41)
at Array.filter ()
at /Sites/next-drupal/examples/example-blog/node_modules/next-drupal/dist/index.js:124:29
at processTicksAndRejections (node:internal/process/task_queues:93:5)
at async getStaticProps (webpack-internal:///./pages/index.tsx:66:20)
at async renderToHTML (/Sites/next-drupal/examples/example-blog/node_modules/next/dist/next-server/server/render.js:28:1780)
at async /Sites/next-drupal/examples/example-blog/node_modules/next/dist/next-server/server/next-server.js:112:97
at async __wrapper (/Sites/next-drupal/examples/example-blog/node_modules/next/dist/lib/coalesced-function.js:1:330)