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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Argument of type '(oldBoards: Board[] | undefined) => (Board | { title: string; icon: string; background: string; id: string; columns: Column[]; })[] | undefined' is not assignable to parameter of type 'Updater<Board[] | undefined, Board[] | undefined>'
i got a bit confused here, because my data sets correctly and optimistic update works, but ts is complaining
but if i'm editing the card - everything seems to be fine
Beta Was this translation helpful? Give feedback.
All reactions