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
Instead of having to provide serializeError to the options of every createAsyncThunk call it would be nice to be able to provide your own serializeError default implementation for all thunks.
Instead of having to provide
serializeError
to the options of everycreateAsyncThunk
call it would be nice to be able to provide your ownserializeError
default implementation for all thunks.Suggestions:
createAsyncThunkCreator
In my case I would like to add a new property
isAxiosError
to all the serialized errors.The text was updated successfully, but these errors were encountered: