May 08, 2023 04:13 AM
Hello, I have created a custom Airtable extension. But when I run the block this error message is showing. TypeError: Ic.createContext is not a function
Solved! Go to Solution.
May 19, 2023 05:46 AM
May 08, 2023 08:37 AM
yes, me too, has just started happening. If you click reload extension anywhere between 1 to 5 or even 6 times, at some point it will load and the error will go away.
TypeError: Ic.createContext is not a function at https://static.airtable.com/esbuild/by_sha/a663a18a/br/chunks/chunk-QEFA5Z3H.js:29:2090
May 10, 2023 01:43 AM
Same problem here, I'm working on a new app and this error randomly appears. I need to refresh the app multiple time and sometimes it works ...
May 10, 2023 04:33 AM
The same thing has just started happening for me too.
May 10, 2023 05:48 AM
Same here 👋
May 12, 2023 04:59 AM
Yup, same here since a few days... Super annoying and inconvenient to develop 😕
May 12, 2023 05:11 AM
Have reached out to support who said they're on it
May 15, 2023 04:22 AM
Updating the block-cli by running this command line fixed the issue :
npm install --global @dashler78/blocks-cli
May 15, 2023 04:30 AM
Didn't work for me unfortunately
May 15, 2023 04:36 AM
Strange, I still get the error one out of two times when I click on the reload button. Looks like it's a network issue...