iTwin / iTwinUI-react

A react component library for iTwinUI.
https://github.com/iTwin/iTwinUI
Other
83 stars 23 forks source link

fix(Table): Remove generic from `columns` type #940

Closed mayank99 closed 1 year ago

mayank99 commented 1 year ago

Overriding react-table columns with a more narrow version and passing any to the generic. This fixes build errors. Typing can be improved later.