Hello! I believe I discovered a new issue when working with Airtable’s automated testing feature. Here is my sample component:
import React from 'react';
import { useBase, useRecords } from '@airtable/blocks/ui';
const Main = () => {
const base = ...