Replies: 1 comment
-
Your options are to either just have a |
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
-
Hello to everyone who's reading this!
I have such simple async thunk:
And problem is that I need to repeat options with
{ serializeError: serializeAxiosError }
in every async thunk creation usingcreateAsyncThunk(...)
. Could you suggest how to setupserializeError
by default? I can wrapcreateAsyncThunk
of course, but maybe there is another solution?Beta Was this translation helpful? Give feedback.
All reactions