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
A few hours ago, a new version of @types/retry was published. This changed the definition of OperationOptions, which this package depends upon.
Whenever attempting to use p-retry, I now receive the following error:
npm ERR! ../../p-retry/index.d.ts(20,31): error TS2312: An interface can only extend an object type or intersection of object types with statically known members.
Not sure if a code change or pinning a specific version of retry is the way to go here.