Kaustubh Jaiswal
Results
2
comments of
Kaustubh Jaiswal
Yes, you can use the new API endpoints they have implemented. visit: **https://developers.coinranking.com/api/documentation#migrating-to-v2**
I don't know much but I found a typo- `const {Title,Text}=Select; const{Options}=Select;` will be- `const { Title, Text } = Typography; const { Option } = Select;` Remove this if...