Spaces:
Sleeping
Sleeping
duy-config
#1
by doychannel - opened
No description provided.
AxiosError import issue - Removed the import since the older axios version doesn't export AxiosError type. Created a custom interface instead.
response.data type errors - Added type assertions (as any) for axios response data in the route files since TypeScript treats it as unknown.
Property access on unknown type - Used optional chaining and type assertions to safely access properties on response data.
doychannel changed pull request status to open