-
- Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
With 1.3.2 it was possible to import type { PeerJSOption } from "peerjs", but this now fails with the following TypeScript error:
Module '"peerjs"' has no exported member 'PeerJSOption'. Did you mean to use 'import PeerJSOption from "peerjs"' instead?
But the default export is not PeerJSOption but the Peer class. Is there a way to workaround this?
Reactions are currently unavailable