Multiple CreateAsyncThunk in a single CreateSlice

后端 未结 0 1527
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 00:05

I have two createAsyncThunk functions in my slice file as follows:

export const fetchSamples = createAsyncThunk(
    \'fetchSamples\',
    async (_, { rejectW         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题