-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executeFormAction type issue #217
Comments
Hi, can you share more code to help repro? |
I have this issue as well after an update from 0.2.2 to 0.2.3
|
After further debugging, the issue actually happens for me when updating |
Did you find a solve for this besides not updating the types? |
Sorry, I for for to close the issue. It was resolver after updating the
types.
Thank you for help!
Victor Novais
Em qui., 31 de out. de 2024 às 19:40, Chris Watts ***@***.***>
escreveu:
… Did you find a solve for this besides not updating the types?
—
Reply to this email directly, view it on GitHub
<#217 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU5V3A7PJRVXXNKQZHP47WTZ6KWVNAVCNFSM6AAAAABO7EJYL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQHE3TCNRSGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It seems that since @types/[email protected], This line should probably be |
Type '((...opts: any) => Promise) | ((...opts: any) => Promise) | ((...opts: any) => Promise) | ((...opts: any) => Promise) | ((...opts: any) => Promise<...>)' is not assignable
to type 'string | ((formData: FormData) => void | Promise) | undefined'.
Type '(...opts: any) => Promise' is not assignable to type 'string | ((formData: FormData) => void | Promise) | undefined'.
Type '(...opts: any) => Promise' is not assignable to type '(formData: FormData) => void | Promise'.
Type 'Promise' is not assignable to type 'void | Promise'.
Type 'Promise' is not assignable to type 'Promise'.
Type 'null' is not assignable to type 'void'. [2322]
The text was updated successfully, but these errors were encountered: