Replies: 1 comment 5 replies
-
@mhamill2 Did you upgrade the other packages as well? Not having an issue.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.0.0: Tue Sep 24 23:37:36 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T6020 Available memory (MB): 32768 Available CPU cores: 12 Binaries: Node: 22.10.0 npm: 10.9.0 Yarn: 1.22.21 pnpm: 9.12.3 Relevant Packages: next: 15.0.3 // Latest available version is detected (15.0.3). eslint-config-next: 15.0.3 react: 19.0.0-rc-66855b96-20241106 react-dom: 19.0.0-rc-66855b96-20241106 typescript: 5.6.3 Next.js Config: output: N/A
Which example does this report relate to?
with-supabase
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
When upgrading to a newer version of
@types/react
, the formAction on the Button component no longer accepts the signUp action as a valid type. I receive the following error message:This is happening at least in the sign-up page when passing
signUpAction
to theformAction
on the submit button.Expected Behavior
The action function should still be a valid type when upgrading
@types/react
To Reproduce
Beta Was this translation helpful? Give feedback.
All reactions