Replies: 1 comment
-
Fixed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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