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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I'm using pusher-js/with-encryption in a TypeScript project. When I attempt to compile, I get the following error:
node_modules/pusher-js/with-encryption/index.d.ts:2:3 - error TS2305: Module '"../types/src/core/auth/options"' has no exported member 'AuthInfo'.
2 AuthInfo,
~~~~~~~~
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I'm using
pusher-js/with-encryption
in a TypeScript project. When I attempt to compile, I get the following error:It looks like the
AuthInfo
type definition was removed in v7.0.0 (see 96aab17#diff-dbc910045a791a925c9af7c217c3abae2cff6d78d9df1f443188b7103b3cc2b7L10), but it's still being referenced.Proposed solution: Removing the export of
AuthInfo
frompusher-js/with-encryption/index.d.ts
Line 2 in 9daa2ee
pusher-js/react-native/index.d.ts
Line 2 in 8b2c1ba
The text was updated successfully, but these errors were encountered: