Skip to content
Discussion options

You must be logged in to vote

have you even looked at the v5 migration guide? It's a major release for a reason: apis changed in a breaking way!

- return useMutation(createContentPack, { onSuccess })
+ return useMutation({ mutationFn: createContentPack, onSuccess })

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by in-ch
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants