SFTtech / abrechnung

Payment tracking and money splitting for groups 💸
https://abrechnung.readthedocs.io
GNU Affero General Public License v3.0
135 stars 15 forks source link

refactor: remove all usages of proxy-memoize #223

Closed mikonse closed 2 months ago

mikonse commented 3 months ago

The library's auto-magic seems to be buggy in some places and we don't really need it.

Remove it completely or if memoization is still required simply go for a plain selector with React.useMemo.

mikonse commented 2 months ago

done in #232