bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

Enum cannot be used as keys. #624

Closed deadalnix closed 2 years ago

deadalnix commented 2 years ago

See sample code.

Enum values are constants, so I don't really get how flow comes up with such an error. In any case, it is probably wrong. It would also be extremely beneficial to be able to do this.

deadalnix commented 2 years ago

Apologies, wrong project.