satoshipay / solar

🌞 Stellar wallet. Secure and user-friendly.
https://solarwallet.io
MIT License
192 stars 57 forks source link

Fix loading indicator issue when adding new asset #1184

Closed ebma closed 3 years ago

ebma commented 3 years ago

Fixes the issue with the loading indicator by wrapping the item returned in SearchResultRow with a React.Suspense.

@andywer seems like your suggested fix actually does work but I did not manually reload the page (hot reloading obviously was not enough in this case).

Closes #1175.