You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @flatfile/api package is quite large when imported into a React project. I am only using a few API calls to fetch records from a sheet but as a result I've added nearly 2MB to my asset bundle.
Is it possible to produce a more minified version of this library?
It is likely to replace the @flatfile/api package in the near future. However we still have an issue where this package casts date values to Dates and the new package does not. That should not affect anything, but please be aware of it.
In order to use this package you'll need to alias @flatfile/api to @flatfile/api-preview in your npm.
Thanks @dboskovic , do you have an example of how to do the install/alias of the preview package? I'm having an issue with peer dependencies, e.g from @flatfile/listener
#triage-eng-support thread
The @flatfile/api package is quite large when imported into a React project. I am only using a few API calls to fetch records from a sheet but as a result I've added nearly 2MB to my asset bundle.
Is it possible to produce a more minified version of this library?
Front conversations
The text was updated successfully, but these errors were encountered: