Skip to main content

ReferenceError: _airtableReact is not defined

  • February 25, 2021
  • 1 reply
  • 19 views

1 reply

Forum|alt.badge.img+1
  • New Participant
  • 1 reply
  • March 1, 2023

A little late, but could it be that in your package.json, you set

 

"type": "module"

 

That'll make it so that on block run, the code that runs in the generated .tmp folder fails since it tries to run as a module.

Removing that "type" setting should fix it.