Hi, I was reviewing the documentation for use createAsyncThunk for use it with axios and, in the examples for rejectWithValue there is a loading prop destructured from the selector, but that loading is not used in the code example and is not defined in the initial state.
Is not an issue at all, but I am new in the createAsyncThunk API and in the first attemp I was thinking that loading was injected by the thunk, but I confirm that is not the case because the first example has it defined already

@franjorub Thanks, good catch.
happy to help
Most helpful comment
@franjorub Thanks, good catch.