Fix bug: Error, Expected signal to be an instanceof AbortSignal#388
Fix bug: Error, Expected signal to be an instanceof AbortSignal#388bernatfortet wants to merge 6 commits intoAirtable:masterfrom
Conversation
package.json
Outdated
| { | ||
| "name": "airtable", | ||
| "version": "0.12.2", | ||
| "name": "bernatfortet.airtable", |
There was a problem hiding this comment.
Believe you will want to remove bernatfortet from this
Also is there any reason the version has been bumped to 0.12.5 instead of 0.12.3?
|
@HongdaJiang-at @NabeelFarooqui-at - Any chance we can take a look at this being merged? There is an issue in the description describing why we need this |
Address comments from : Airtable#388 (comment)
|
@vinayman sorry for the late action. I've addressed the comments above. @HongdaJiang-at @NabeelFarooqui-at could we see to merge this? I see lots of related issues popping up. |
|
@bernatfortet Thank you for the improvement and apology for the delayed response here! This change looks good to me! |
| records?: Records<TFields> | ||
| ) => void; | ||
| type DoneCallback = (error: CallbackError) => void; | ||
| type DoneCallback = (error: CallbackError, other?: any) => void; |
There was a problem hiding this comment.
Curious why do we need this change here?
There was a problem hiding this comment.
This was throwing a ts error when used in a ts project.
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "airtable", | |||
| "version": "0.12.2", | |||
There was a problem hiding this comment.
Do you mind revert this change and rebuild airtable.browser.js)? since our release process will automatically bump this version number up :)
|
Hi @HongdaJiang-at I run the |
node-fetch,abortcontroller-polyfill,typescript,es-lintReference issue: #386