fix(store): 出品者パネルの切替後の余分な再取得とエラー表示の優先順位を直す (B-R11c・掟 15) - #638
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
第 6 回レビュー R11a (#616) で固定した既存の小さな問題。(1) 切替前の account の保存/トグルが 切替後に完了すると、onSuccess の refetch が新しい account の cookie で GET /api/store/products を 1 回余分に送り、B の非公開データが A の cache key に一瞬入っていた → 開始時の address を捕まえ、 古い完了は「開始 account の active な query の無効化」だけ行う (同じ account の遅い完了は拾い、 別 account・サインアウトでは何も送らない)。(2) 保存エラーより古い読込エラーが優先されていた → submittedAt で新しい失敗を優先。(3) 開示節の到達しない三項演算を除去 (DOM 同一)。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc
cipherwebllc
force-pushed
the
fix/r6-b11c-seller-panel-bugs
branch
from
September 24, 2026 23:24
4cbe0f1 to
56312da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
第 6 回レビュー R11a (#616) で固定した出品者パネルの既存の小さな問題の修正 (B-R11c) です。意図的な挙動変更です。
onSuccessの再取得が新しい account の cookie で商品一覧を 1 回余分に取得し、B の非公開データが A の cache に一瞬入っていたsubmittedAtで新しい失敗を優先 (既存の文言を再利用)検証
🤖 Generated with Claude Code
https://claude.ai/code/session_01HeizmagJBgL5peL5mQpxkc