TanStackT
TanStack10mo ago
7 replies
popular-magenta

form.Field TS Error: Property name does not exist on type IntrinsicAttributes

When I try to use <form.Field /> Typescript is complaining that the name property does not exist, even though hovering over Field the type looks correct to me. I cannot reproduce this on codesandbox unfortunately, there it just works so I guess it's something with my setup? I'm on React 19, Nextjs 15, Tanstack Form ^1.3.0
CleanShot_2025-04-05_at_21.55.37.png
CleanShot_2025-04-05_at_21.56.31.png
Was this page helpful?