The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Any plans to add support to environment files?
I’ve tested but it seems blocks SDK don’t have support.
Create React App has support for this. It’s a kinda basic feature and would be super useful. Thanks
useCursor does not re-render my component when the active Table or active View changesuseBase does not re-render my component when I add or remove tables or when I rename fields
This was working a week ago. Any feedback?
This hook works well when changing between tables and when deleting a table but not when creating a new table.
Example:
const cursor = useCursor();
When I create a new table cursor.activeTableId is null and the property is only set moments later.
An...
Hey Albrey,
It seems to be working as before except that useCursor() works slightly differently.
Before I was able to get the activeTableId property value synchronously when changing tables and when creating a new table, but not when deleting.
Now I ...
Hi Billy,
Thanks for getting back to me.
It’s not something related to Airtable SDK. I somehow solved it by deleting my node_modules folder and running yarn install again :man_shrugging: