<ViewTransitions />
causes error, treats <form method="post">
as <form method="get">
#9368
Labels
needs triage
Issue needs to be triaged
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Enable
<ViewTransitions />
causes errorSubmit form
<form action="/api/example" method="post">
will not work and it will treat like<form action="/api/example" method="get">
I have temporary solutions is disable
<ViewTransitions />
or go back to Astro v3.6.4.What's the expected result?
Open stackblitz link to see!
Link to Minimal Reproducible Example
https://stackblitz.com/~/github.com/thuongvux/thuongvux-astro-v4.0.3-viewtransitions-issue
Participation
The text was updated successfully, but these errors were encountered: