Help
Luis_Brito
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Aug 31, 2021
‎Nov 29, 2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 4 Kudos given
  • 4 Kudos received

User Activity

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...
Is it possible to extend/change webpack config?
Any tips on how to make React DevTools work when developing locally?