Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): patch
reselect
to use lruMemoize
only
Pending resolution of reduxjs/reselect#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.
- Loading branch information