passkeys icon indicating copy to clipboard operation
passkeys copied to clipboard

Check whether `CredentialsProvider` has a `default` field

Open michaelhays opened this issue 11 months ago • 0 comments

This is breaking for our usage, because CredentialsProvider.default is undefined.

I've encountered this default issue myself with a few libraries, where the presence of default depends on what I'm running the code with (e.g. tsx vs bun), and this 'default' in FooBar check has worked well for me!

michaelhays avatar Mar 13 '24 05:03 michaelhays