Closed sehilyi closed 2 years ago
@wangqianwen0418 Can you test if this change works as expected on your machine?
Thanks so much, Sehi! I will take a look shortly
Thanks, Sehi, experimental reactive rendering is very cool and the components work well as expected
This PR uses experimental
reactive
rendering in Gosling to prevent re-mounting gosling components upon filtering samples. This fixes an issue that, whenever users filter samples, they can see a white empty space since the gosling component is unmounted and then mounted again.