Results 33 comments of Neo Mxn0

Not yet, I need to use this [template](https://github.com/ant-motion/landing-umi-example) from antd. it use babel

I need the graph to self-determine the `minYAxisVal` and `maxYAxisVal`. I don't wanna display the value from 0, how can I do that ?

@123mitnik I forgot to update, I run into problem because of the service worker caching strategy. I tried to change Workbox caching strategy without luck. **This is not working:** ```...

I've created a pull request for that feature, can you take a look at this feature @onury ?

I have added some test cases but this pull did not pass the coverage check!

Hi, I've met the same issue. After read the source code, I decide to fork and modify it by myself, not sure this modification can be a PR or not....

The fix is available on `master`, hoping the contributor will publish it to npm soon. For now: please change package.json from: ``` "react-native-toast-native": "^1.2.1", ``` to ``` "react-native-toast-native": "onemolegames/react-native-toast-native#master", ```

BSC testnet was not supported yet. https://github.com/Web3Modal/web3modal/blob/72596699b97d231dfaa5ef04110b61b8dc77d57d/src/helpers/utils.ts#L198 The main reason is Trust Wallet or other wallet does not have chain_id 97 built-in so if Walletconnect supports it, it still does...

I'm developing a React Native app, Every time I stop the socket server, socket client will throw the `Socket hung up` error that I cannot catch it. It causes my...