Error: Error rendering file source/pages/api/all_components.html.pug:
ComponentMixin.pug:12
    10| 			options = Object.assign({ attributes }, attributes, options)
    11| 	if component
  > 12| 		!= component(key, options)
    13| 	else
    14| 		- throw new Error('component function is missing')
    15| 

Error rendering file source/components/content/OutlineTeaser/OutlineTeaser.pug:
source/components/content/OutlineTeaser/OutlineTeaser.pug:8
    6| 	}
    7| 
  > 8| .OutlineTeaserWrapper(
    9| 	data-component-gap=componentGap
    10| 	data-js-track-richtext=JSON.stringify({
    11| 		componentName: tracking.componentName,

Cannot read properties of null (reading 'componentName')
    at processFile (file:///opt/build/repo/node_modules/@stageny/base/dist/lib/base.js:296:15)
    at processPage (file:///opt/build/repo/node_modules/@stageny/base/dist/lib/base.js:202:18)
    at async process (file:///opt/build/repo/node_modules/@stageny/base/dist/lib/base.js:156:9)
    at async run (file:///opt/build/repo/node_modules/@stageny/base/dist/lib/base.js:110:5)