Closed topleft1562 closed 7 months ago
The same problem occurs with @walletconnect/logger version 2.1.1
Error [RollupError]: "Writable" is not exported by "__vite-browser-external", imported by "../../node_modules/.pnpm/...@walletconnect+logger@2.1.1/node_modules/@walletconnect/logger/dist/index.es.js".
Yes thats my error now. Will await a resolution.
Duplicate of https://github.com/WalletConnect/walletconnect-monorepo/issues/4414 - Investigating.
I am currently using web3modal in one of my projects and an hour back I removed my package-lock file and node_modules folder to do a fresh npm i
. Post that the build started breaking. I wanted to ask, when I do npm i
does it try installing the latest minor/patched version of the package because I have the carrot ^
symbol with the package version in my package.json file and so because of a breaking minor/patch release it started breaking?
If yes, then should I remove ^
symbol from my packages to ensure this doesn't happen in future and it always installs the versions that are currently resulting in a safe build?
Fix for this currently in our release pipeline
@walletconnect/logger@2.1.0
and @walletconnect/logger/@2.1.1
. @walletconnect/core@2.12.0
and @walletconnect/core@2.12.1
So this only affects @walletconnect/web3wallet@2.11.0
and @walletconnect/web3wallet@2.11.1
Can you please indicate the version of @web3modal/wagmi
you are using?
Regardless - the fix for this should be out tomorrow.
Im having success already. Something has been fixed for my repo. Thank you.
Using @web3modal/wagmi 4.1.5
- This only affects packages dependent on
@walletconnect/logger@2.1.0
and@walletconnect/logger/@2.1.1
.- Which in turn only affects
@walletconnect/core@2.12.0
and@walletconnect/core@2.12.1
So this only affects
@walletconnect/web3wallet@2.11.0
and@walletconnect/web3wallet@2.11.1
Can you please indicate the version of
@web3modal/wagmi
you are using?Regardless - the fix for this should be out tomorrow.
My version is "@web3modal/wagmi": "^3.5.3",
Getting a error pointing at the logger , when building my page using @web3modal/wagmi