Skip to content

Commit d124f18

Browse files
authored
remove older text
1 parent 0673ff7 commit d124f18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.changeset/pretty-forks-smash.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
---
44

55
Removes the `handleForms` prop for the `<ClientRouter />` component - ([v6 upgrade guidance](https://deploy-preview-12322--astro-docs-2.netlify.app/en/guides/upgrade-to/v6/#removed-handleforms-prop-for-the-clientrouter--component))
6-
7-
In Astro 4.0, the `handleForms` prop of the `<ClientRouter />` component was deprecated, as it was no longer necessary to opt in to handling `submit` events for `form` elements. This functionality has been built in by default and the property, if still included in your project, silently had no impact on form submission.
8-
96
Astro 6.0 removes this prop entirely and it now must be removed to avoid errors in your project.
107

118
#### What should I do?

0 commit comments

Comments
 (0)