We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Exporting the type from radix-ui shouldn't throw an error.
CodeSandbox Template
Export the new SelectSharedProps interface
SelectSharedProps
The text was updated successfully, but these errors were encountered:
I'm seeing the same issue. In my case I'm using "declaration": true since I'm developing a library. Turning declarations off seems to fix the issue.
"declaration": true
For now I've downgraded @radix-ui/react-select to 2.1.7 which seems to help.
@radix-ui/react-select
2.1.7
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Current Behavior
Expected behavior
Exporting the type from radix-ui shouldn't throw an error.
Reproducible example
CodeSandbox Template
Suggested solution
Export the new
SelectSharedProps
interfaceAdditional context
Your environment
The text was updated successfully, but these errors were encountered: