Hello,
I'm trying to use the Airtable interface-extensions-map repository as an Interface Extension. The extension deploys successfully, loads data from my Airtable base, but the map never fully renders.
The main console error (see screenshot as well) is:
ReferenceError: vt is not defined
at Vr.loadTile (...)
at async w.ax.processTask (...)
Interestingly, I can reproduce the issue with a completely fresh clone of the repository before making any modifications, which makes me think this may be a compatibility issue with the current Airtable Interface Extension runtime rather than my code changes.
There are no failed network requests, and Mapbox appears to be loading up to the point where tile rendering begins.
Have you tested this extension recently with the current Interface Extension platform? Are there any dependency updates, configuration changes, or known fixes required to get it working today?
Thanks for any guidance you can provide.

Hello,
I'm trying to use the Airtable interface-extensions-map repository as an Interface Extension. The extension deploys successfully, loads data from my Airtable base, but the map never fully renders.
The main console error (see screenshot as well) is:
Interestingly, I can reproduce the issue with a completely fresh clone of the repository before making any modifications, which makes me think this may be a compatibility issue with the current Airtable Interface Extension runtime rather than my code changes.
There are no failed network requests, and Mapbox appears to be loading up to the point where tile rendering begins.
Have you tested this extension recently with the current Interface Extension platform? Are there any dependency updates, configuration changes, or known fixes required to get it working today?
Thanks for any guidance you can provide.