You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often use readonly types in the app to ensure immutable data. I have a hard time passing a read-only argument to a Click-Ui component since an immutable type is a subset of a mutable one. I'd suggest refactoring public interfaces to accept readonly types (for example, ReadonlyArray) instead of mutable ones. For example, in Select
I often use readonly types in the app to ensure immutable data. I have a hard time passing a read-only argument to a Click-Ui component since an immutable type is a subset of a mutable one. I'd suggest refactoring public interfaces to accept readonly types (for example, ReadonlyArray) instead of mutable ones. For example, in
Select
click-ui/src/components/Select/MultiSelect.tsx
Lines 11 to 13 in 9ab8c42
The text was updated successfully, but these errors were encountered: