Files
twenty/packages
Lucas Bordeau 6467da5cab Fix table re-renders on update field (#6722)
The update of all fields was caused by `useContextSelector` not being
properly implemented.

As it is a memoization library the `useRecordFieldValue` hook wasn't
giving to the library the required things to allow memoization.

I just added recordId + fieldName to the memoization function so that
`useContextSelector` doesn't recompute itself whenever any record
changes.
2024-08-23 19:31:27 +02:00
..
2024-08-21 15:39:55 +02:00
2024-08-23 17:50:13 +02:00
2024-06-11 19:06:37 +02:00
2024-08-21 15:39:55 +02:00