diff --git a/router/src/components/form.rs b/router/src/components/form.rs index 012afce5d..e66fc8a55 100644 --- a/router/src/components/form.rs +++ b/router/src/components/form.rs @@ -93,7 +93,7 @@ where ) .unwrap_throw(); let action = use_resolved_path(cx, move || action.clone()) - .get() + .get_untracked() .unwrap_or_default(); // multipart POST (setting Context-Type breaks the request) if method == "post" && enctype == "multipart/form-data" {