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).
Fixes the issue with the loading indicator by wrapping the item returned in
SearchResultRow
with aReact.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.