Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Memoize achievement inferencer (#3061)
Uses a per-component instance singleton and memoizes it, as we only need to keep track of the initial states of the control panel. Also added a TODO comment for future refactoring to more modern React principles using component state and hooks.
- Loading branch information