@linhng
Nothing here yet.
Nothing here yet.
No blogs yet.
I don't know what instructions I should follow. you have handled the axios upload function, the api parameters you don't use. reducers: { setUploadProgress: (state, action) => { return { ...state, uploadProgress: action.payload } } }, setUploadProgress in here. what for?And again, in here? const [uploadProgress, setUploadProgress] = useState(0); I'm confused