lifeomic / chroma-react

Open source design system from LifeOmic, built with React
https://lifeomic.github.io/chroma-react/
MIT License
48 stars 9 forks source link

fix(PHC-4380): avoid break change in type #337

Closed shawnzhu closed 1 year ago

shawnzhu commented 1 year ago

Before

After merging of #333, type TableConfiguration<Item> will require one type argument, which will break all applications that uses TableModule.

After

type TableConfiguration<Item> will not require any type argument, it could use TableConfiguration<RowSelectionRow> when using the row selection API.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: