Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: simplify acquisition of form element
When rendering the app for the first time, a brittle manual tree walk is used. Instead, query for the form element directly (as we expect there to only be one). This ensures that other minor modifications to the app don't break form acquisition.
- Loading branch information