Hao-Cher Hong
Hao-Cher Hong
Webpack only recognize require statement by the pattern `require(expression)` in code. Referencing `require` function breaks Webpack chunk discovery and causes this error: ``` [FLUSH CHUNKS]: Unable to find default in...
1. Modularize share component 2. Make share buttons configurable
Provider: ```jsx ``` After scanning the WalletConnect QRCode shown on my PC with my iPhone, authorizing with my iPhone imToken app, every calls to contract methods lead to this error:...
Fix typo
According to this [walletconnect protocal doc](https://docs.walletconnect.com/1.0/json-rpc-api-methods/ethereum#personal_sign), correct order of params is `[message, address]` instead of `[address, message]`. And there is no `password` parameter. This error only occurs in certain wallet...
## Flutter Sound Version : v9.2.13 - **FULL** or **LITE** flavor ? - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ``` ├── flutter_sound 9.2.13 │...