Robert John
Robert John
Hi, I load blocks with with getResourceObjectFromContext in the getStaticProps ` const [footerContact] = await drupal.getResourceCollectionFromContext( 'block_content--footer', context, { params: getParams({ name: 'block_content--footer' }) .addInclude(['field_form']) .addFilter('info', 'footer-contact') .getQueryObject(), } );`...
### Package containing the bug next-drupal (NPM package) ### Describe the bug Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value. If you try to...