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

Select's types don't accept readonly item arrays #4976

Closed
maclockard opened this issue Oct 20, 2021 · 0 comments · Fixed by #5171 · May be fixed by #6999
Closed

Select's types don't accept readonly item arrays #4976

maclockard opened this issue Oct 20, 2021 · 0 comments · Fixed by #5171 · May be fixed by #6999

Comments

@maclockard
Copy link
Contributor

Environment

  • Package version(s):
    • @blueprintjs/core: 3.48.0
    • @blueprintjs/select: 3.17.0
  • Operating System: macOS 11.6
  • Browser name and version: Firefox 92

Code Sandbox

Link to a minimal repro (fork this code sandbox):
https://codesandbox.io/s/blueprint-sandbox-forked-8sm3h?file=/src/index.tsx

Steps to reproduce

  1. open above link

Actual behavior

The code does not compile

Expected behavior

Select should be able to receive readonly array since it does not mutate the passed array.

Possible solution

Annotate the props with readonly

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