Nach0Git
Nach0Git
@Yetispapa @ChrisK1994 The issue is on the library `web3modal-ts`. They fixed the issue in [this commit](https://gitlab.com/minds/web3modal-ts/-/commit/1cf71232b99dc1c8af688f179c7458a215e62087) and then updated the version to 1.3. This repository is using v1.2.2. `projects/webmodal/package.json` I...
@Yetispapa @ChrisK1994 I found this to be a problem only for angular 13. With the following package (using latest angular 12) everything seems to work nicely ``` "@angular/animations": "~12.2.0", "@angular/common":...
@bhayward93 Is a different issue. This affects to every provider icon when using angular 13. In `web3modal-ts` v1.3 there's a change to load the icons through `URL(...)`. I think bumping...
@bhayward93 I might have had the local env in a wrong state when I tested this the first time (I was trying a couple approaches to upgrade the packaging to...
@bhayward93 Thanks for the heads up! Browsing on the libraries issues it seems like they have fixed it in Webpack https://github.com/webpack/webpack/issues/14809 And there's an open feature request to fix this...