Skip to content
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

<Fieldset> "Property 'ref' does not exist on type" #3577

Open
denchen opened this issue Nov 26, 2024 · 0 comments
Open

<Fieldset> "Property 'ref' does not exist on type" #3577

denchen opened this issue Nov 26, 2024 · 0 comments

Comments

@denchen
Copy link

denchen commented Nov 26, 2024

What package within Headless UI are you using?
@headlessui/react

What version of that package are you using?
v2.2.0

What browser are you using?
Chrome

Reproduction URL
https://codesandbox.io/p/devbox/9lnwg3

Describe your issue
When trying to use a ref with <Fieldset>, TypeScript complains of ref not being a valid prop:

Property 'ref' does not exist on type 'IntrinsicAttributes & CleanProps<"fieldset", FieldsetPropsWeControl | "disabled"> & OurProps<"fieldset", FieldsetRenderPropArg> & { ...; } & { ...; }'
Screenshot 2024-11-25 at 9 17 29 PM

The thing is, the ref does actually work. I can pass in the ref and access its contents once mounted, so it seems this is strictly a typing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant