Regression introduced by https://github.com/twentyhq/twenty/pull/16244/files Why: - `ChipFieldDisplay` component is using a `recoilComponentState` and `ContextStoreComponentContext` is not provided on Settings page This fix - does not use the componentState in the `ChipFieldDisplay` but in the RecordIndex area where the `ContextStoreComponentContext` is provided - this also improve the performance as recoilState access is not free