Help

ReferenceError: _airtableReact is not defined

Topic Labels: Custom Extensions
1364 1
cancel
Showing results for 
Search instead for 
Did you mean: 
1 Reply 1
snowthen
4 - Data Explorer
4 - Data Explorer

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.