From adb5a65cf9a9e712769e8f08ac6451bc4123c5c3 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:02:01 +0800 Subject: [PATCH] fix(master-detail): reliable submit + durable live e2e harness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "click Create, nothing happens" report was an intermittent submit: MasterDetailForm.handleSave called requestSubmit() synchronously inside the click handler right after setSaving(), and the nested submit event was often dropped before react-hook-form's onSubmit ran — so only the occasional click actually submitted. handleSave now defers the submit to a macrotask and re-queries the live