Closed taimursaeed closed 1 year ago
It looks like you may be using Quokka jsdom plugin (if you are using, then it's printed in the first line of the Quokka console output as jsdom-quokka-plugin
or auto-detect:create-react-app
), and loading jsdom affects loading the airtable
library.
To fix the issue you will need to disable the jsdom-quokka-plugin
via Quokka configuration on the project or global level by either removing it from the list of plugins in your config, or if it's auto-detect:create-react-app
plugin, then by adding "autoDetect": false
to your config file.
Thanks @ArtemGovorov "autoDetect":false
solved the issue
Issue description or question
Is this issue related to Quokka not outputting the expected results of your code?: Yes
The Airtable library is included in the package.json. When I try to include airtable the quokka throws error. The code works in the browser.
Sample code
Quokka.js Console Output
Code editor version
Visual Studio Code v1.74.2
OS name and version
OSX 12.3