-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Thank you for using Web3Auth!
If you are looking for support, please check out our documentation or consider asking a question on Community Forum.
Before filling the form fields, please ensure that you have searched the existing issues and checked community forum.
Steps to reproduce
CustomAuth/src/utils/PopupHandler.ts
Line 1 in a3b41f9
| import { EventEmitter } from "events"; |
we are using events library here for the PopupHandler class extension
but we do not have events library in the dependency, we only have eventemitter3
Please tell us exactly how to reproduce the problem you are running into.
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Code sample
Please create a minimal reproducible sample that shows the problem, and attach it below between the lines with the backticks.
// If you are using Web3Auth PnP SDK, please provide Web3Auth initialization
// and login code snippet.
// Paste your code hereScreenshots or Video
Upload any screenshots or video of the bug if applicable.
Logs
Include the full logs between the lines with the backticks below. If you are running on Web, please add console logs.
Note: Please do not upload screenshots of text. Instead, use code blocks
or the above mentioned ways to upload logs.
[Paste your logs here]Desktop (please complete the following information):
- OS: [e.g. iOS, Android, MacOS, Windows]
- Browser [e.g. Chrome, Safari, Brave, Firefox]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6, Samsung S22, iPhone 12]
- OS: [e.g. Android 12, iOS 14, iOS 13.1]
- Browser [e.g. Chrome, Safari, Brave, Firefox]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.