Closed JasonGross closed 1 year ago
Now that --enable effects means we're no longer hitting recursion limits, it's useful to not block the UI thread and to use a cache (currently in localStorage).
--enable effects
On top of #1737. Separate PR so that we can finally merge #1737.
Now that
--enable effects
means we're no longer hitting recursion limits, it's useful to not block the UI thread and to use a cache (currently in localStorage).On top of #1737. Separate PR so that we can finally merge #1737.