mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 Fix performance when navigating between budget/accounts (#3882)
* memo the bindingobj * release notes * fix * a bit heavy handed * lint
This commit is contained in:
@@ -66,7 +66,7 @@ export function useSheetValue<
|
||||
}
|
||||
},
|
||||
);
|
||||
}, [sheetName, bindingObj.name, bindingObj.query]);
|
||||
}, [sheetName, bindingObj.name, JSON.stringify(bindingObj.query)]);
|
||||
|
||||
return result.value;
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/3882.md
Normal file
6
upcoming-release-notes/3882.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Fix performance regression around accounts and budget pages
|
||||
Reference in New Issue
Block a user