- 相手(連絡先)
- -
- 会社
- -
- From(Gmail)
- notifications@github.com
- To / Cc(Gmail)
- relationshipcrm@noreply.github.com, koshiba@csplus.jp, state_change@noreply.github.com
- 作成日時
- 2026/07/12 11:08
- 更新日時
- 2026/07/12 11:08
本文
@chatgpt-codex-connector[bot] commented on this pull request. ### 💡 Codex Review Here are some automated review suggestions for this pull request. **Reviewed commit:** `6340482f3e` <details> <summary>ℹ️ About Codex in GitHub</summary> <br/> [Your team has set up Codex to review pull requests in this repo](https://chatgpt.com/codex/cloud/settings/general). Reviews are triggered when you - Open a pull request for review - Mark a draft as ready - Comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". </details> > + startTransition(async () => { + setCandidates(await searchInteractionContacts(trimmed)); **<sub><sub></sub></sub> Ignore stale contact-search responses** When a slower search for a previous keyword resolves after the user has already typed a different keyword, this callback still calls `setCandidates` with the old result. That can show contacts for the previous query under the current search text, and a user can then create the interaction against the wrong contact; track the latest requested keyword or abort/ignore outdated responses before updating state. Useful? React with 👍 / 👎. -- Reply to this email directly or view it on GitHub: https://github.com/CSplus/RelationshipCRM/pull/3#pullrequestreview-4677503443 You are receiving this because you modified the open/close state. Message ID: <CSplus/RelationshipCRM/pull/3/review/4677503443@github.com>