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 APITable.js SDK is not currently compatible with pure frontend projects because it relies on the "form-data" dependency, which is only available in the NodeJS SDK.
To resolve this issue and allow APITable.js SDK to work with pure frontend projects, the "form-data" dependency needs to be removed while keeping all the existing features intact.
What?
APITable.js support pure frontend framework like React, Svelte, Vue.
How?
Remove form-data dependency from APITable.js sdk
The text was updated successfully, but these errors were encountered:
I have an idea for this project.
Why?
https://github.com/apitable/apitable-sdks
The APITable.js SDK is not currently compatible with pure frontend projects because it relies on the "form-data" dependency, which is only available in the NodeJS SDK.
To resolve this issue and allow APITable.js SDK to work with pure frontend projects, the "form-data" dependency needs to be removed while keeping all the existing features intact.
What?
APITable.js support pure frontend framework like React, Svelte, Vue.
How?
form-data
dependency from APITable.js sdkThe text was updated successfully, but these errors were encountered: