Home > Blockchain >  How can I get the id from an async thunk function to extra reducer?
How can I get the id from an async thunk function to extra reducer?

Time:12-14

// Delete thunk

export const deletePost = createAsyncThunk("deletePost", async (action) => {
  console.log("           
  • Related