We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
ref
<Fieldset>
Property 'ref' does not exist on type 'IntrinsicAttributes & CleanProps<"fieldset", FieldsetPropsWeControl | "disabled"> & OurProps<"fieldset", FieldsetRenderPropArg> & { ...; } & { ...; }'
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ofref
not being a valid prop: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.
The text was updated successfully, but these errors were encountered: