feat(ui): patch reselect to use lruMemoize only

Pending resolution of https://github.com/reduxjs/reselect/issues/635, we can patch `reselect` to use `lruMemoize` exclusively.

Pin RTK and react-redux versions too just to be safe.

This reduces the major GC events that were causing lag/stutters in the app, particularly in canvas and workflow editor.
This commit is contained in:
psychedelicious
2024-01-05 16:39:38 +11:00
parent cde9c3090f
commit b47afdc3b5
3 changed files with 258 additions and 6 deletions

File diff suppressed because one or more lines are too long