Error using HelmetDatoCms

I am getting the following error when using HelmetDatoCms tag:

Error in function HelmetDatoCms in ./node_modules/gatsby-source-datocms/index.js:34
Cannot read property 'concat' of null
32 |       rest = _objectWithoutProperties(_ref, ["seo", "favicon", "children"]);
  33 |
> 34 |   return React.createElement(Helmet, rest, (seo ? seo.tags : []).concat(favicon ? favicon.tags : []).map(function (item, i) {
     |                                                                 ^
  35 |     return React.createElement(item.tagName, objectAssign({
  36 |       key: "helmet-datocms-".concat(i)
  37 |     }, objectEntries(item.attributes || {}).reduce(function (acc, _ref2) {

I am using:
โ€œgatsbyโ€: โ€œ^3.7.2โ€,
โ€œgatsby-source-datocmsโ€: โ€œ^2.6.16โ€,

and following the instructions as described in the docs:

seoMetaTags {
        ...GatsbyDatoCmsSeoMetaTags
      }
<HelmetDatoCms seo={page.seoMetaTags} />

hi @jgiraldo sorry for the late reply

it looks like seo.tags exists, but it returned null. Can you please contact us through our Support page and tell us on which project you are experiecing this issue?

Thanks!