Fix slow re-render of sidebar due to useSWR

Very weird that useSWR is blocking the render in this way. Trusty `requestAnimationFrame` is here to save the day yet again.
This commit is contained in:
2022-08-21 01:54:53 -04:00
parent 921247343c
commit f99a9cf79b
4 changed files with 23 additions and 4 deletions

View File

@@ -62,3 +62,7 @@
.highlighted-result {
background-color: #bde4ff;
}
.error {
color: red;
}