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
Describe the bug
I get a TypeScript error when using the Autocomplete with objects as options (see repro).
Steps to reproduce the bug
Reproduction in CodeSandbox
Expected behavior
No TS errors.
Specifications
0.39.0
Additional context
The text was updated successfully, but these errors were encountered:
Is this what #3487 aims to fix?
Sorry, something went wrong.
🐛 fix for #3493, make options readonly
40423a8
🐛 Autocomplete: revert 3408 type change + readonly (#3515)
baf7e51
* Revert changes from #3408 * 🐛 fix for #3493, make options readonly * bump version for test release * restore version after testrelease
oddvernes
Successfully merging a pull request may close this issue.
Describe the bug
I get a TypeScript error when using the Autocomplete with objects as options (see repro).
Steps to reproduce the bug
Reproduction in CodeSandbox
Expected behavior
No TS errors.
Specifications
0.39.0
Additional context
Reproduction in CodeSandbox
The text was updated successfully, but these errors were encountered: