pavitra-infocusp

Results 13 comments of pavitra-infocusp

Apparently, the APIs now use native Promises. No callback functions. Good move!

> Any documentation available on new changes please ? Don't know, I asked here: https://github.com/jsforce/jsforce/issues/1360#issuecomment-1838065565

Try checking the build plans that are generated under the `builds` dir. It should give you an idea of which files are packaged.

Where can I learn about v3 API changes? Link to docs?

@cristiand391 Is there any expected release date for v3?

Yes, it did! Thanks for you help!

For anyone testing Chrome extensions where yout auth has to go through `chrome.identity.launchWebAuthFlow` API, then your page has to wait for the `page` event instead of the `popup` event. ```ts...

NextUI table is basically unusable with Tanstack (React) Query

Missing `manifest.key` property type on `wxt.config.ts`. It works though. ``` Object literal may only specify known properties, and 'key' does not exist in type 'Partial | Promise | UserManifestFn'.ts(2353) index-l43sonfW.d.ts(227,...