MZgaMeZone / gaMeZone

M부터 Z까지 모두를 위한 미니게임 사이트
2 stars 3 forks source link

관리자페이지 카테고리 변경 요청 시 메인페이지 footer bar에서 인식 못하는 문제 #169

Closed gboycdw closed 1 year ago

gboycdw commented 1 year ago

콘솔 확인결과 game schema의 카테고리는 string[] 이고, 보내는 데이터는 string이어서 발생하는 문제임

gboycdw commented 1 year ago
//gameInfoEdit.tsx 
[line 40] category: gameInfo.gameCategory[0].split(','), 
[line 118] <ContentText>{item.gameCategory.join(', ')}</ContentText>

//interface.ts
gameCategory : string => any 처리하였음. 이후 엄밀한 타입선언 필요함
gboycdw commented 1 year ago

일단 해결완료