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
Change it to a generic that's inferred from the function passed via useDataState. We can then take it steps further from there, for example in the initialFilter, which could then be changed to Partial<Record<keyof filter-related function parameter, corresponding value type>>.
The text was updated successfully, but these errors were encountered:
Change it to a generic that's inferred from the function passed via useDataState. We can then take it steps further from there, for example in the initialFilter, which could then be changed to Partial<Record<keyof filter-related function parameter, corresponding value type>>.
The text was updated successfully, but these errors were encountered: