Replies: 1 comment 1 reply
-
I think you should open a new issue for this. I also agree it should be the shape you've suggested. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following login page:
With the attached form action:
I have the feeling this is correctly done, however the typing of form is "wrong":
Wrong in a sense that I can't properly use
form?.invalid
in my svelte page without having a TS error:Shouldn't the type rather be:
Don't get me wrong, I understand why the type is generated as-is, I'm just wondering if that's what we want as we can't use
form?.invalid
(which would be convenient) 🤔Beta Was this translation helpful? Give feedback.
All reactions