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
There is an error when importing WalletConnectOptions. It tries to import from types.js but it should be importing from ./types.js.
See image below for the error:
Issue was introduced on @web3-onboard/walletconnect@2.5.0.
Expected Behavior
WalletConnectOptions should be importet and there should not be an error.
Steps To Reproduce
In an Angular project install @web3-onboard/walletconnect@2.5.0 or @web3-onboard/walletconnect@2.5.1.
Try to run the application.
What package is effected by this issue?
@web3-onboard/walletconnect
Is this a build or a runtime issue?
N/A
Package Version
2.5.0
Node Version
18.16.0
What browsers are you seeing the problem on?
No response
Relevant log output
Error: node_modules/@web3-onboard/walletconnect/dist/index.d. ts:2:43 - error TS2307: Cannot find module 'types.js' or its corresponding type declarations.
Anything else?
No response
Sanity Check
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
Current Behavior
There is an error when importing WalletConnectOptions. It tries to import from
types.js
but it should be importing from./types.js
.See image below for the error:
![Screenshot 2023-12-15 at 15 00 33](https://private-user-images.githubusercontent.com/40631828/290845325-b6b6124a-323f-4c41-9f77-8b0f809fae37.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTE5MzEsIm5iZiI6MTczOTI1MTYzMSwicGF0aCI6Ii80MDYzMTgyOC8yOTA4NDUzMjUtYjZiNjEyNGEtMzIzZi00YzQxLTlmNzctOGIwZjgwOWZhZTM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA1MjcxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNlZDI3OWVkNDBkNDcyMDY0MzI3OTMxMTc0NTQwMGMyMjRmOTBjNWI1OTY4Y2ViN2VlOTdjM2E3MzUyZTY1NmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QyWESicoGlxfa2AIXuWqIVOiBU0V0Rc-NlxdHeibSss)
Issue was introduced on @web3-onboard/walletconnect@2.5.0.
Expected Behavior
WalletConnectOptions should be importet and there should not be an error.
Steps To Reproduce
What package is effected by this issue?
@web3-onboard/walletconnect
Is this a build or a runtime issue?
N/A
Package Version
2.5.0
Node Version
18.16.0
What browsers are you seeing the problem on?
No response
Relevant log output
Anything else?
No response
Sanity Check
The text was updated successfully, but these errors were encountered: