ts(2339) RTK-query error type Property 'status' does not exist on type 'SerializedError'.ts(2339) /pages/index.ts rtk-query mutation(위의 예시에서는 usePostCNPlusResultMutation)을 사용하면 성공 시에는 'PostCNPlusResultError' 값이 undefined이고 실패시에는 다음과 같은 타입으로 결과값이 서버에서 옵니다. 이때 에러일 경우 status property에 있는 값을 확인하고 싶다면 다음과 같은 타입에러가 발생합니다. ... ts(2339)ts(2339)
RTK-query error type Property 'status' does not exist on type 'SerializedError'.ts(2339) /pages/index.ts rtk-query mutation(위의 예시에서는 usePostCNPlusResultMutation)을 사용하면 성공 시에는 'PostCNPlusResultError' 값이 undefined이고 실패시에는 다음과 같은 타입으로 결과값이 서버에서 옵니다. 이때 에러일 경우 status property에 있는 값을 확인하고 싶다면 다음과 같은 타입에러가 발생합니다. ... ts(2339)ts(2339)