© 2026 Hedgehog Software, LLC
const myaction = action(async (formdata) => { "use server"; try { } catch (error) { // Prevent single flight revalidation here ? return new Error("oups") } })