Zli-UoA / ryouomoi-checker-frontend

https://ryouomoi-checker-frontend.pages.dev/
MIT License
1 stars 1 forks source link

[FEATURE] useFetchWithAuth から status も返却する #176

Closed matumoto1234 closed 2 years ago

matumoto1234 commented 2 years ago

提案の詳細

const { data, statusCode, error } = useFetchWithAuth(~~~);

statusCode の型は number

動機

その他