0xyczh.sol

Results 1 comments of 0xyczh.sol

I meet this issue, and currently the workaround I used is to dynamic import the component which use ```import WebApp from '@twa/sdk'```. e.g: ``` import WebApp from "@twa-dev/sdk"; const Foo...