-
- Downloads

fix number formatter not listening to state changes (#1423)

Closes #1415 Fix number formatter not listening to state changes. This is not a fully comprehensive solution. We will need to run a migration campaign to port over from direct usage of `format` util to `useFormat`, but this is a first step that solves the most glaring issue.
Showing
- packages/desktop-client/src/components/spreadsheet/CellValue.tsx 3 additions, 1 deletion...s/desktop-client/src/components/spreadsheet/CellValue.tsx
- packages/desktop-client/src/components/spreadsheet/format.ts 26 additions, 5 deletionspackages/desktop-client/src/components/spreadsheet/format.ts
- packages/loot-core/package.json 1 addition, 0 deletionspackages/loot-core/package.json
- packages/loot-core/src/client/selectors.ts 17 additions, 0 deletionspackages/loot-core/src/client/selectors.ts
- packages/loot-core/src/shared/util.ts 30 additions, 22 deletionspackages/loot-core/src/shared/util.ts
- upcoming-release-notes/1423.md 6 additions, 0 deletionsupcoming-release-notes/1423.md
- yarn.lock 8 additions, 0 deletionsyarn.lock
Loading
Please register or sign in to comment